I have a ConfiForms form that has an File/Attachment Field Type at the bottom (field name: fileAttachment).
I then created an IFTTT Integration Rule to Move Attachment onCreated. Nothing happens and I assume it's because my Attachment ID to move value is incorrect [entry.fileAttachment]. I confirmed the page ID that I want to move it to is correct.
Can someone please help me find and correct the issue?
Should be something like this
[entry.fileAttachment.asAttachments.transform(id).asList]
Assuming the File/Attachment field is named "fileAttachment"
Alex
ah that worked! thank you! question, where would i see how to properly reference the attachment in the ConfiForms documentation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Found mentioning in the https://wiki.vertuna.com/spaces/CONFIFORMS/pages/2359385/Virtual+functions for the asAttachments function
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.