You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello everyone,
I'm trying to automate the onboarding process. I created a custom form for requests from users. After that, I'm trying to set up "Send web request" to send all custom form fields to the AWS Lambda for processing.
In custom form, I'm using the multi-selection field. Firstly, I linked it to Jira Field and was able to fetch it via {{ issue.customField_xxx }}, but the number of values is too big to fill it up manually. Then, I tried to fill it up by "Data connection". Obviously, I can't link the form field to the "Data Connection" and Jira field simultaneously and can't fetch field value via {{ issue.customField_xxx }}.
Is there any way to fetch form field values which were filled up by "Data Connection"?