Get-the-Content-of-the-Form-That-Is-Filled-Out
Command Description
After RPA Collaborator returns the result of the form that is filled out, you can get the field value by specifying the field name
Command Prototype
sRet = FormCollaboration.GetFormKeyValue(jsonRet,keyList)
Parameter Description
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
jsonRet | True | expression | jsonRet | Run the "Send form and wait for the result" command and then fill out the form based on the returned result |
keyList | True | cascade | [] | Get the field value from the form that is filled out by specifying the field name |
return
sRet,The variable used to save the output of the command.
Demo