Skip to main content
Solved

Email multiple attachments

  • December 23, 2020
  • 2 replies
  • 15 views

Forum|alt.badge.img+6

Hello.
I need to send, once every month, the attachment (it’s always a pdf) in a particular cell from all the records that appear in a particular view.
I can’t seem to Integromat to find and send the Attachment file…

Any help?

Best answer by Databaser

Hi @Tiago_Relva

I don’t know the answer for Integromat, but you could make a formula field with DATETIME_FORMAT(TODAY(),'MM') and then use “when record updated” with only that field selected as an automation trigger. Every month, the field will change and trigger the automation.

Just a thought.

2 replies

Databaser
Forum|alt.badge.img+25
  • Brainy
  • Answer
  • December 24, 2020

Hi @Tiago_Relva

I don’t know the answer for Integromat, but you could make a formula field with DATETIME_FORMAT(TODAY(),'MM') and then use “when record updated” with only that field selected as an automation trigger. Every month, the field will change and trigger the automation.

Just a thought.


Forum|alt.badge.img+6
  • Author
  • Participating Frequently
  • December 25, 2020

It was something wrong with integromat but now it’s solved. Thank you