Hi, I have an app whereby the user reassigns an item to another user.
This is achieved by a dropdown that updates the relation of the owner. However, I would like to add a confirm button or similar to stop the users from selecting someone and then clicking the Close X in the top right.
This is to stop them from updating the item’s owner without confirming and thinking that because they closed it, it has not updated. See screenshot.
Add a new user specific column ‘temp hold’ and point the choice component at it.
Add a button which sets column value of temp hold to user relation followed by a go back action.
You should also clear the value in temp hold. You could either clear it at the end of your flow or at the beginning as part of the action that opens the new screen.