Update Collection Property with Dropdown Menu Input

Hello everyone!

I am currently creating a note-taking app with Adalo and users can create note templates. Basically when creating a new note, users can choose whether or not to use a template they have made before. I have created a dropdown menu of the templates they make. Basically, I want the submit button to do this:

  • If no template is selected, just leave the note as it is.
  • If a template is selected, clear the whole note and update it with the template.

I can’t seem to make it work since it either clears the entire note BUT not update it (in the case of me making the update action Always Happen), or do nothing and leave the note as it is (in the case of me choosing Sometimes Happen and making it happen only when the selected template is not equal to empty)

I appreciate any help! Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.