Hello everyone, I am having difficulties to allow users of my app to modify the data they have previously imputed. For example: Users are able to input how much they spent on each item and then click submit to have those figures saved in the database. What I want to do is give them the ability to modify those figures later on in case they mistype something or got the number wrong for what ever reason.
Is this possible?
Thanks a lot
Just use the “Make changes to a thing” in your workflow.
For price, you could simply have a popup screen or page that lists the items/prices, and place a little input field beside each one with a CHANGE (or SAVE) button there. In the workflow, you simply set the CHANGE button to Make changes to the thing, and the new value will overwrite the old.
This topic was automatically closed after 70 days. New replies are no longer allowed.