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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I have a Multi-Select field (field2) with 5 options, and another Multi-Select field (DataCategory) with the same 5 options. DataCategory field is hidden from my form users and used for filters. I need to copy user inputs from user-inputted field2 to DataCategory. Both are in the same form.
I am facing difficulties copying my user inputs from field2 to DataCategory : I used 'Rules for Field Definition' macro,
Condition: DataCategory:[empty]
Action to Execute: Set Value
Values to Set: DataCategory=[entry.field2.transform(id).join( OR DataCategory:)]
Is there something wrong with my syntax in Values to Set? Can anyone please help?
Hi
Are you asking about how to set a multi-value with the values from another multi-value field?
It expects a comma separated list and you can get one from another (multi-value) field like this
DataCategory=[entry.field2.transform(id).asList]
Alex
This is great, Alex. Really helpful. I'll take note that multi-select expects a comma seperated list :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.