checkbox options - dynamic initial load only

0
I am populating checkbox options based on a user profile.  I'd like to populate the checkbox options when the form is created, eg if the user profile is subsequently changed, I do not want my form to reflect those changes. I am using the simple checkbox selector widget with a microflow source but this method not working as I'd like. Checkbox options are always showing what's currently in the user profile. Can anyone help with a solution for this?   Thank you.
asked
1 answers
1

Hi Tracy

There is a function called "isNew()" which you can use in microflows.  You may be able to use this function checking your entity "isNew() = true" and populating your checkbox options accordingly.

Hope this helps.

Gustav

answered