The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I was wondering how to Access the fields of a Smart multi-row and if you can use the IFTTT rule to Update the existing Smart multi-row? The problem that I’m having is that when I try to add more than one row and use the Update rule it does not show anything or when I update with one Row saved it will save the second row but does not show the output when I upload the form again?
Hi
What exactly are you looking to achieve/do?
Smart multi-row in ConfiForms is the same as smart multi-row from the storage format perspective
And a comma separated list of UUIDs is expected if you want to set it from "outside" (including IFTTTs)
Alex
Oh okay, but how would you call each row in smart multi-row in form (A) from form(B) which is being used as storage?
I want to know Confiforms IFTTT can be used to copy and update the user input from form(A) that is being used multi-row and if you can add more rows when updating?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I dont understand... do you want to update form B records that are referenced in form's A form via smart multi row field?
Using IFTTT to update records, https://wiki.vertuna.com/display/CONFIFORMS/Configuring+ConfiForms+IFTTT+actions+and+rules#ConfiguringConfiFormsIFTTTactionsandrules-UpdateConfiFormsEntriesbyFilter
And using "join+transform" functions
https://wiki.vertuna.com/display/CONFIFORMS/Virtual+functions
you can do something like this to create a "filter to update"
id:[entry.mymultirowfield.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.
Hi alex I created an example of what I want to do If you want to take a look.
https://docs.google.com/document/d/1Kj7br3soiAQE7wioEgqzM5Wb_7Yu002kVRJhMS1HIy8/edit
So I first submit the form everything work even when I press update on the second row with id 6fg5 five the page loads up with the multi works view filled in but the moment I try to add a new row or have more than one row nothing is filled in as id 39ebd shows.
Image 1
image 2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Honestly, I am very puzzled by the configuration you have. To be direct - I dont get it at all. Sorry.
Something like this makes absolutely no sense, as most of the fields are managed by ConfiForms
createdBy=[entry.createdBy]&ownedBy=[entry.ownedBy]&recordId=[entry.recordId]&created=[entry.created]&dateCreatedFormatted=[entry.dateCreatedFormatted]&
And setting the multi-value field expects a comma separated list
Which means you need to provide a csv list of IDs as parameter
MC=[entry.MC.transform(id).asList]
Also, having a Render macro IFTTTs is something I dont get at all.
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Over the weekend, Atlassian ran a New York Times ad calling on business leaders to join us in committing to a net zero future through the Science-Based Targets Initiative. As part of our gl...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.