When submitting, most people see this big green circle and close the window.
But underneath that, the submission is still uploading for three or four more seconds.
Even if the submission doesn't complete properly, the workflow starts and messes everything up.
Until the submission is completely finished uploading, make sure the submission animation doesn't mislead people.
I created the following dual actions on the button, with the 'show validations' option turned on.
However, if the validation fails, the other actions are still executed on click except for Submit.
I don't want to use the 'Disable on invalid forms' option because it doesn't show me the invalid components.
How do I make sure that all actions are only executed if the validation succeeds?
I can't modify the function or language of the bottom buttons in multi-page mode.
I wanted additional functionality for the submit button, so I created another button.
But I still can't affect the 'Submit Form' button, so the original button is still there.
This is confusing for users. It would be nice to have an option to hide it.
I tried to modify the code listed as an example in the datasource settings to put a variable at d[0] to make it dynamic, but it didn't work.
When I checked, it returns up to index 49, but not from index 50 onwards.
The end goal is to get the lookup column id from sharepoint and dynamically reflect it in the child dropdown.
Is it possible to create a code that returns the index or a nearby range that I want?
My datasource has a complex set of permission levels.
So some people can see data that others cannot.
However, there may be cases where a regular user without many permissions updates the datasource.
This could result in data that should be there, but is not in the datasource.
To prevent this, I think only the team manager should update the datasource.
How does datasource sync work in practice?