Hi Folks,
I'm trying to check the size of an Attachment with the following smart value: {{attachment.size}}
Looking to the smart values doc, the size is expressed in Bytes.
By testing the automation, I can see the condition does not match even if I set it to a very low value. I tried also to put "1Kb", that doesn't work either.
Any advice ?
Thks in advance for your support !
Hello @Cedric Tornow
The smart value {{attachment.size}} will provide you the number attachement in your issue
If you looking for a size of a attachement you can use this smart value
{{attachment.[xxx].size}} with [xxx] is the name of your attachement
orthewise you can using {{attachment.last.size}} or {{attachment.first.size}} for the last or first attachement
Hope this can help :)
@Duc Thang TRAN it works like a charm, thanks !
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.