SmartForm Submission
Take action when a SmartForm is submitted by user.
This Flow shows how to read a SmartForm submitted values. This is triggered by a metadata change, assuming the SmartForm is configured to set a metadata value to "submitted" on completion.
Reading SmartForm Values¶
The values of a submitted SmartForm are stored in JSON inside the form.values
file. The Flow uses the "JSON Object as Vars" feature of the Read File action to directly parse this JSON and assign its keys to runtime variables.
Parameters¶
No parameters defined
Trigger Type¶
Manual