Hi,
I’m fairly new to Glide Apps, I’m very impressed with what I have been able to get up and running so far. I have come across some functionality I can’t quite solve and am looking for suggestions.
I am on a Campaigns edit screen, campaigns is related to client with the client ID stamped in the campaigns table and a relationship set based on that column. From the campaigns detail screen I want to open the details screen of the client, easy enough to do by using show detail screen for the relationship column. However if the user changes the client then this isn’t stored in the table and therefore the button takes them to the details of the old client rather than the new.
I thought I could get round this by setting the client ID against the user profile row, then in the action setting the client ID in the campaigns table using set column values then show details page for the relationship column. This correctly updates the client ID column in the campaign table, but it doesn’t seem to effect the relationship immediately / at all / until the form is submitted. Is there something I’m missing or another way to achieve this?
Any help appreciated,
Thanks