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 am running into an issue where I am trying to flatten a smart multi-row field into another form field using an IFTTT macro.
Within the ifttt macro I am choosing to flatten fields however, when I trigger the event only the last entry of my smart multi row is being copied over.
I am currently using the following syntax:
smartField=[entry.multiRow.transform(fieldToPass).asList]
Say the [fiedToPass] is a field within the [multiRow] Multi-Row, [fieldToPass] has 4 entries but only the last entry gets printed.
I was expecting 4 new records to be created when the IFTTT macro was triggered, but at the moment only 1 new record gets copied over.
The newly copied record is the last entry of [fieldToPass]
Is there something I am missing or not understanding correctly?
I would approach something like this a bit differently
As smart field values are nothing else but the links to other records then it makes sense to work on the "source form"
Basically I would use this IFTTT type https://wiki.vertuna.com/display/CONFIFORMS/Configuring+ConfiForms+IFTTT+actions+and+rules#ConfiguringConfiFormsIFTTTactionsandrules-CopyConfiFormsData
And copy data that is filtered by "multi-row values" from the source form to the form where I need them
Nothing to flatten...
So, the filter to apply on dataset before copying would be something like this
id:[entry.mymultirow.transform(id).join( OR id:)]
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.