At this time, I’m purely using automations to copy text fields (usually a record ID) into a linked relational field to connect tables together. I’m wondering if there’s a faster way to do it so that I can avoid issues with the app running alongside my database.
When a user clicks a button in my app, the data on the next screen can only load after the automation has executed. If that’s 5-15 seconds, the user will usually click through to a screen with the wrong data. If I put a timer on the button, I’d have to pick an arbitrary amount of time such as 10-15 seconds to make sure the data loads in time, which would be a while for the app users to wait.
Quick automated copy-paste actions would be really helpful for app development.
