Just a general question.
In the flow in the attachment, what is the sequence of the steps?
I understand that the Action 'Must contain attachement' is executed before "Get settings 'database'".
But:
In the flow in the attachment, what is the sequence of the steps?
I understand that the Action 'Must contain attachement' is executed before "Get settings 'database'".
But:
- is it garanteed that the Parsers are executed before the Actions?
- Is "rename attachment" executed before "return reply email" or is this not sure?
is it garanteed that the Parsers are executed before the Actions?
Yes, Parsers are always run before Actions. If you see that a Parser is not run at all it means that is not connected to the email source.
Is "rename attachment" executed before "return reply email" or is this not sure?
Yes, "rename attachment" will be executed before "return reply email". When two items are connected to the same one the item that goes at the top is run first.