Skip to main content

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!

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


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



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?



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?


Very simple, just put it there 🙂




Reply