Copy a value from a Glide Table to a google sheet table

Hi Guys,

In my app I have a form that populates a specific glide table.
To create/trigger some automation, I need to copy a value from that Glide table to a specific gloogle sheet table. How can I achieve this?

Thanks,
Joao Ferreira

Maybe you could do it at the same time you submit the form using an on submit action… or a set column value somewhere in your flow.

May we know why you need a duplicate value in a Google Sheet?

Until Glide releases their own automations we typically use 3rd parties like Make or Zapier

1 Like

As you spotted, I’m using zapier trigger, the main issue is that I’m using the free plan, and the zapier is not available.
My trigger is pointing to a specific google sheet, and the table I’m using in form is used to show info in a specific Tab. Not sure if it was clear.

So I need to copy some values in the glide table to be copied to google sheet table so the automation could be triggered in Zapier.

Thanks,

Is the google sheet linked to your app?

Yes it is.

Have you tried an On Submit action on your form as @Eric_Penn suggested to update the google sheet table when your form is submitted?

Thanks @Eric_Penn updating the google sheet “On Submit” works fine and I was able to achieve what I needed.

Thanks.

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.