getFormData method Information

Can you please give me an overview on the Decisions Form Service getFormData method?

Comments

  • Nathan_Decisions
    edited July 17

    Absolutely. This can better be characterized as GetFormAssignmentData. The only way for this step to work is that a form must be assigned and completed. Similarly to the Flow Tracking ID, the Step Tracking ID is generated on each flow run. This Step Tracking ID however is not provided in the flow data. To get the id, run the following query:

    select * from dbo.flow_data_delta_storage
    

    If the assignment is not complete, it will not appear in the results of the query and will be orphaned on the GetFormData step. The GetFormData step outputs all of the assignment information, such as the Assignment Name and Action Needed.

Sign In or Register to comment.