How to make changes to a thing


hello, (note taking app) how can i let a user edit a previously saved note? currently what’s happening is the edited note get saves as a new note. I’m using the save button to create a new note and to edit one.

Hello,

You might need to set states to the save button by workflow : when there is already an element inside database the button state would be “Change” for example. and if there is nothing inside database, the button state would be “Create”. You will then have to create 2 workflow for saving changes or creating based on the button state.

Hope it helps

thanks for your time, i’m having trouble trying to create the workflow to save changes

The button needs to be linked to the text so you will have to change where it is and it should be "parents group text or something along those lines.

This topic was automatically closed after 70 days. New replies are no longer allowed.