I am using Smart Multi-Row field in a form to allow the user to dynamically create a number of entries based on another form.
Is there a way to reference these Smart Multi-Row entries to e.g. Include them in an IFTTT email in a structured manner?
Just put the ConfiForms Field macro with a field name set to your smart multi-row field name and you will get them rendered
Alternatively you can have a custom view using any view (over the form this smart multi-row is linked to) and the filter to set would be something like
id:[entry.mymultirowfield.transform(id).join( OR id:)]
where "mymultirowfield" is the name of you smart multi-row field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.