On Submit not working as expected

Hey guys,

I’m taking some inspiration from a free prebuilt app for this functionality, I need to “set column value” but its not working on my table.

The only difference that I can see from my version to the free one is that I’m using Gsheets, is that causing an issue?

Any ideas?

Yes, the free plan does not support using G. Sheet as a data source now.

I usually avoid using On Submit, especially for something like this. The newly added row may not fully exist yet when the Set Column action tries to run. I always set values like that using one of the Columns Value, Special Value, or User Profile components. There’s also a trick where you can add an entry component, set the default value, and then hide it with a visibility condition.

5 Likes

Amazing thanks Jeff, I used your " entry component, set the default value, and then hide it with a visibility condition" trick and it worked a treat!

2 Likes

Make sure you don’t put those defaults in a container and hide the container though. I had issues trying it that way like 2 months ago, ended up having individual visibility for each component.

1 Like

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