Heyy fellow Gliders!
I’ve got a challenge app where the user shall submit a picture or text or signature as proof of having accomplished the challenge. I want to use a glide form for that.
Since for every challenge a different proof is requested, I only want to show the specific entry field in the form (e.g. if a picture is requested as proof I only want the image picker field but make text and signature field invisible).
The problem: The form is referencing to a table called “Challenge_Log” but the information about which proof is requested is stored in the table “Challenges”. When configuring the visibility options, I can only choose columns from the “Challenge_Log” table (which doesn’t make any sense). What can I do?
I also tried to store the form information directly in the “Challenges” table with user specific columns. If I do that I can use the proof information from the Challenges table. But with submitting the form there is still created a new row (even though I put the after submit action to “set column values in this item”.
Where’s my mistake… Can anyone please help…
THANK YOU