Can an email attachment be saved to Quickbase using a pipeline?
- 6 months ago
You're on the right track!
Once you've found the email in your search, you search the email for the attachments. Then when you add the attachment(s) to your QB record you'll use the "File Transfer Handle".
Here is the basic layout (for a single attachment):A - Search Outlook
B - Search the Email - using the id from A (limit to 1)
Remove the loop initially created
C - Create your ticket as normal
CONDITION - If Search Attachments is Empty
IF TRUE
- DO NOTHING
IF FALSE
Add the LOOP
D - Upload file to "Create Record" target using the file transfer handleIf there are multiple attachments and the tickets table has a child table for attachments, step D will be to first create that child record, then E will be to load the file.
Let me know if this helps 👍
-Sharon