As a ticket is created via a form, I copy some fields to another form and add this form with an automation to the ticket. This works fine, the question is how to submit the second form. With a web request I indentify the ID's of the form, but in the respons I have the ID's of both forms, as you can see in the attachment.
How can I get the ID of the second form from the web request to add this ID to a custom user field and after that to submit the form with a web request?
For a question like this, context is important for the community to help. Please post the following:
Until we see those...
You describe the rule is adding the second form, and then you are apparently calling the REST API endpoint to identify the form ID values.
Could you get the existing form ID first, save that, add the form, get the IDs again, and then filter out any existing form ID values, perhaps using a regular expression applied to the web request result? And then submit the form with another endpoint call.
Kind regards,
Bill
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.