The clients wants everytime firefiles finishes to take meeting note it should map the info into monday.com. He wants multiple emails to be mapped individually in monday.com and action notes to be mapped as sub items.So far this is my workflow but data is not created in monday.com.Can someone help
1 Like
Hi @Caroline_Kaeke
Could you please provide the output bundle from the Firefiles module? Are multiple emails mapped from this module to monday.com? If not, could you clarify exactly what should be mapped from the Firefiles module?
Best regards,
Msquare Automation
Gold Partner of Make
@Msquare_Automation
Hello @Msquare_Automation
This is my scenario for updating action items to monday.com as subitems and is working fine
This is firefiles output which have used array aggregator to get the emails output
this is monday.com i want there are 10 columnds for email that i want to map from the aggregator
I hope this helps.Thank you
1 Like
Hey @Caroline_Kaeke
You can use map() and get() function to map emails in respective columns. or you can simply map the email from this array and pass the index in between the square brackets to call emails in sequence.
You can refer to the following help documents to use all array functions.
Best regards,
Msquare Automation
Gold Partner of Make
@Msquare_Automation