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.
I have page where user filling information as per ask and I have use smart-multi-row in confiforms.
Exa : static from and user giving multiple as per ask
Like : Branch, country , customer
Abc abc2 abc3
Def def2 def3
But when I'm capturing this data in Html format using IFTTT macro for sending mail. It's all coming in the one row not as single row for.each insertion.
I did check other pages for similer issue and try to put html tag in the calling parameter.
But I'm not sure where I should give these static as smart multi row has confiform fields defination and field defination not supporting virtual fuction.
Now I don't have any clue to how fix this.
Hi @Brijendra Singh and welcome to this community
I understand that you are using [entry.field_name] notations when referencing the smart multi-row fields, is that true?
What is the reason doing so, if the answer was yes?
(And not using ConfiForms Field or ConfiForms Views macros)
PS, The iterateAndPrint function might help if you want to access the values through the [entry.field_name] notations...
Alex
Thanks Alex for the response....
My field name is :
[entry.static.branch.aslist]
Using that I'm accessing the values of smart Multi-row.
Structure is :
1. Confiform form defination : where i have defined all the required fields using confiform field definition .
Like :
Branch, country , customer
Abc ,abc2 ,abc3
Def ,def2 ,def3
2.i have another confiform form defination where I have called above fields into smart multi row from confiform field defination (static) smart multi row .
So now in IFTTT ( oncreated a page ) I getting all values as
(
[Entry.static.branch.aslist] -
[entry.static.country.currency]
But all values are coming in cell or all are coming in 1 line instead of new row for each insertion.
I have seen your other response for similer query but did not get properly.
I did try to
Entry.static.branch.aslist.replaceCRLFWithBR
I did try the transform function too
Entry.static.transform(branch).replaceCRLFwithBR.aslist
Nothing is work........
I really need your help on this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nothing is work... Oh, how many times I have seen this.
MY question is still - why dont you use ConfiForms macros!? Why do you use [entry.field_name] notations? What is the reason behind this choice?
I will try to demo, what I have answered in my previous comment (showing the macros and iterateAndPrint)
Hope it helps
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Alex for the quick help , you video does help me and I havw used as per your advised.
Thank you so much , you are turly a Rock star.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! Glad to help
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.