How do i get a button to open a custom screen on my menu?
Thanks
How do i get a button to open a custom screen on my menu?
Thanks
What do you mean by “a custom screen” and “my menu”? Do you mean a screen that you have already built for a specific table?
Do you have some visualizations of what you want to have and can you describe more about the use case here?
Hey apologies for not being clear. Basically i want a button to open a screen that is on my navigation. Please see screenshot below:
Use a Go to Tab action.
Hey, thanks
I also want to reveal a button after a form is filled in. Im struggling with the visibility setting. I want the bottom button to show after the form has been filled. My app is not user specific by the way. Not sure if i need to trigger incrementing numbers or something along those lines. Any advice would be helpful
As long as you can define well what triggers the condition “the form has been filled”.
I take it from your wording here:
…that you mean your app doesn’t need users to log in.
In the Sign Up open form action, add a step to write a unique ID to a user-specific column called “Session ID”.
In the Sign Up form, add that Session ID to a column in the destination table.
When a session ID relation between the 2 columns above is not empty, the user has filled the form.
Or, you can just set a user-specific boolean to true after the form has been submitted.
Please correct me if any of the assumptions are wrong.
Hey thanks.
Could you kindly simplify the first 2 step please, i seem to be stuck:
What have you got so far? Can you send me some screenshots?
And can you confirm if your app is fully public, or users can still sign in? What’s the use case here?
Hey thanks for the support:
the app is app is fully public no users. Please find a few screenshot attached
Thanks, my thinking was you can build your Welcome tab on top of a one-row helper table.
Add your Session ID column in that table, and then when the user opens the Sign Up action, before opening the form, set a unique ID to that Session ID column.
In the form, add that Session ID to the destionation table as a special value, so the relation can be established, and you can hide the Sign Up button after form submission.
Thanks im new dont fully understand this new version of Glide, however i will pass these instruction to a developer from fiverr. Thanks you so much tying to help