Allow for multiple Execution data nodes
My use case:
An email processing >> Monday.com flow/agent
I think it would be beneficial to add this because:
As I understand, currently only one node will actually work (last one will overwrite previous ones).
To me it makes sense to put a Execution Data node as early as possible in the flow, to collect at least the basic info. Placing it late in the flow brings a risk of it not running if the flow fails before it is reached.
So in my flow, I have it as the third node, recording the sender address, subject, and received times for the processed emails. I would like to add another node later, with information that I only get later in the flow (mostly relating to the content found/analyzed in the email).
Are you willing to work on this?
Happy to.