Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
I'm not crazy about loading the forms page, using the developer tools, going to the Network tab, then finding 'forms' and then selecting 'Preview'. Especially when you have a huge number of forms, I think it would be easy to get the wrong form.
For me, on a test project where I had just one form, it was pretty easy to line them up and I got the same UUID via both methods:
If you have multiple forms attached to a card, you might need to use list operators to get all the ids.
Trying this out now, and the smart values doesn't seem to work with fields that are using a data connection? The returned value and id for the dropdown are always blank. Same smart value on a static dropdown works.
EDIT: 2025 March 07 - created a support ticket and have confirmed it now works for fields using data connection too!
We’ll soon be removing access to Forms (previously ProForma) data currently stored in entity properties from both Issue properties routes and Project properties routes.
Do we have a plan for when we will remove it? It's crucial that we prepare in advance to transition to the new methods for accessing the form data. Thank you.
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Accessing form field data is very useful for us. I tested this out, and the Forms Submitted trigger worked great. However, sometimes I need to use a different trigger while still accessing the form fields. So, I tested the{{issue.forms.<UUID>}}method, but when I tried to access a checkbox form field, the returned value looks like:
[value1, value2, value3]
For some reason, the brackets are automatically added. They aren't there when accessing the same field via the Forms Submitted trigger. Has anyone encountered this before, and how did you handle it?
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Just throwing this in here as I had not seen any communication about it. You no longer have to fiddle about with the Inspector tool and search the network tab for the ID, you can simply press the three dots and "Copy form ID" to swiftly get the ID for any of your automation needs :D
36 comments