Hello,
I have a button with multiple actions like refresh, patch, etc. and the first action is refreshing a data source, to fetch latest information.
There are actions that needs to be performed based on the latest information as the app is being used by multiple users, example, a booking app with no approval process. if an item is available, it's yours if you are quick to book.
so, if I click on the button, does the actions, like patch, etc., which are added after the refresh waits until the data source is refreshed? or its doesn't care and it will patch based on whats already available?