Announcements
What is the "On Select" statement to update a field (example below) from a blank value to an "Y" value when you select a Submit Form?
@bmarcowka You can set a variable OnSelect of the icon and make the default value of TextInput is equal to that variable. You need to set the variable before submit form operation. So you code look something like below.
Set(textvalue,"Y");SubmitForm(Form1);Back()
Remember to TextInput Default is equal to textvalue.
Correct me if I am wrong but shouldn't it read?
Set(MANUPDATE,"Y");SubmitForm(Form1);Back()
With MANUPDATE the field I am looking to update.
Thank You
Here you are assigning MANUPDATE variable is equal to "Y". And make the deault value of the TextInput is eqaul to MANUPDATE. So when we click the button the default value will become "Y". Another way is you can use PATCH function to update the item in SharePoint list or any other datat source.
The process is writing to the table as expected however it is writing a value of "N" not "Y".
Any idea why?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 394 Super User 2026 Season 2
Mohsin Ali 328
WarrenBelz 324 Most Valuable Professional