Microflow should not have parameters

0
Hi, Does anybody know how to resolve this issue? I want to set a scheduler for the standard import email module from the app store, but it says that this microflow should not have parameters. Does anybody know how to set this scheduler, which kicks off every minute so that i’m getting new e-mails through every minute? Thanks in advance!
asked
2 answers
3

Hey Patrick,

 

A microflow that's used as the initial input for a scheduled event can't contain a parameter, because the application doesn't know what object to retrieve. In your case it would be best to delete your parameter, and start off with a database retrieve activity to retrieve all the emails you want to import.

 

Kind regards,

Cas

answered
0

Hi Patrick, 

This first thought is that need to convert your microflow parameter to a retrieve from database for the EmailAccount, if you have some query on what is the EmailAccount or multi EmailAccount s.

answered