Hi,
I want to update two forms simultaneously when I click a button. The idea is if I put a check box in Form 1, then based on that I want to update another field in Form 2. Is this possible?
Regards,
Aakash

Hi,
I want to update two forms simultaneously when I click a button. The idea is if I put a check box in Form 1, then based on that I want to update another field in Form 2. Is this possible?
Regards,
Aakash
Hi @Anonymous
Yes you can do that. Are you trying to submit both the forms at the same time?
You can create a variable to do so:
Checkbox: OnCheck -> Set(CheckboxChecked,true)
OnUnCheck -> Set(CheckboxChecked,false)
Based on the this variable you update the value in the second form.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!