When is an IPaaS form submission template populated
Please see the following. I have a form submission template that works as expected, but the ticket ID that is generated by the flow behind, which does get populated on the form after execution, is not populated in the form submission template.
https://app.screencast.com/30ubSTk0KjbLd
When does the template get populated? It appears it is populated on form submission and not the end of the flow execution. If this is true, how do you populate the value of the field (the ticket ID in this case) in the form submission template? Or is there another way to provide this information to the person submitting the form from an external IPaaS link?
Thanks, Tevis
Answer (1)
Hi Tevis,
In the Fill Template step of your flow, the fields "txtTicketID" and "txtRequesterDuckID" don't have values. Have you tried putting values in those fields to see if they show in the template?
Cheers,
Mike
That is, the flow generates a ticket, then sets the TicketID in the txtTicketID field as expected. However, the TicketID that is set in the txtTicketID field is not pulled into the flow result template. This tells me that the flow result template is created and populated before the flow is completed.
My question is this the expected behavior? - Tevis Boulware Sat 7/8/23 12:56 PM