Dear All,
I want to develop a function for sending email with attached excel.
Please advise for step.
Hi Grace,
You can create an action that can be used by your front-end or by a timer.
Inside, place your email widget, and select an email from you Flow. That email need a preparation to fetch your attachment.
Something like this:
CreateEmail in flow and AttachFile in its preparation:
Create action to be used:
Hope this can help.
Best regards,
Ricardo M Pereira
Find attched oml that will help you.
Regards
Rahul
Hi,
Just one thing: this is just available in traditional web. If you want to do this functionality I reactive web, you will need to create a new module traditional web and manage the emails functionality there. Then you need to create public actions in that module to use in the reactive app.