I use logic like this (custom form) for most my ‘create’ where W(Thing) is a working table. On first use I create a new working table otherwise I set the values in the current working table.
When testing I would like to be able to ‘go to’ the new screen (since I need to keep them in-sync) but the process is: a.) delete the working table b) sync google sheets c) click to get to empty table.
Is it possible to ‘go to’ the new screen within an action while bypassing the logic for editing purposes only?
Can you explain more about why you’re doing this flow? I assume you are adding a row in the destination table, then navigate straight to the row you just added?
What is the set up for the rel > WPost relation and what value are you trying to set in the “set column values” action if the relation is not empty?
This isn’t the application logic - this is Glide logic.
Is there anyway to get to a “New Screen” called from an action other than running that action.
In this case I wanted to update each of these screens (they are exactly the same). I have to get to the tab and first do the ‘true’ action (if a relation exists) and then the “false” action. To set the false action I had to delete the row from my Sheet (removing the relation), sync the Sheet/Glide and run the action again.
I was wondering if there was a way to get to the Screen to update components w/o having to execute the action. I don’t think so but thought I would ask.
If you know of a column that’s already used on that screen, then you can go into the data editor, find that column, click on the heading, then click on ‘Find All Uses’. That will pop open a panel on the right and you can click on the item that corresponds to a component on that screen. That will take you right to that screen.
Perfect - exactly what I was looking for. I didn’t put 2+2 together; I knew I could get to the table thru ‘find all uses’ but didn’t realize I could get to the screen