Aug 26, 2022 09:13 PM
Hello-
Looking for a solution please, I need a formula or a zapier suggestion - for if I have a attachment field with 4 versions of a design, and I want to auto send the last version added say version 4 to a new field that only show the latest revision - possible?
Thank you!
Aug 26, 2022 10:35 PM
Hi,
-not very precise but no-code
you can create such formula and then, when trigger clicks, put that value into new attachment field (by automation).
IF(Attachments,SUBSTITUTE(
RIGHT(''&Attachments,1+
LEN(''&Attachments)-FIND('https:',''&Attachments,LEN(''&Attachments)-133)
),')',''
))
try do increase 133 if some docs not fit, or decrease if 2 fits instead of 1
Aug 26, 2022 11:16 PM
This is great, thank you - any idea on how that automation works to get that link sent to the attachment field to create the same PDF?
Aug 26, 2022 11:53 PM
Very simple, just put it there :slightly_smiling_face: