@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?
User | Count |
---|---|
121 | |
87 | |
87 | |
75 | |
66 |
User | Count |
---|---|
215 | |
180 | |
138 | |
96 | |
82 |