Hi Automaters
I'm searched and am not finding a solution and I've tried different things, so I'm hoping someone will go, look at that silly semi conol there.. 🙂
I have mails arriving in a group mail box.. I have subfolders called say Agent1, Agent2 etc.
If I chose Agent1 from the drop down it works

This works.
If I try compose a text of 'Agent1' or use 'Agent1' from a sharepoint excel extract or just type it in, doesn't work.
What I did notice is that the folder path is VERY different when you use the drop down vs sending in the text.
TYPED:
"parameters": {
"messageId": "@items('Apply_to_each_Email')?['id']",
"folderPath": "Agent1",
"mailboxAddress": "Smart_Training@discovery.co.za;"
},
DROP DOWN
"parameters": {
"messageId": "@items('Apply_to_each_Email')?['id']",
"folderPath": "Id::AAMkADQwM2U5MWJkLTQ0ODEtNGRhOC1iZjg5LTg4M2EyNmFlNzAxZAAuAAAAAACg2ewYG7VZQ4FnlDXaCszTAQDpyx7cbm79SoUKVkLgq-gVAAFMKznIAAA=",
"mailboxAddress": "Smart_Training@discovery.co.za;"
},
Does any know, how I can move a mail to the Agent1 folder? or how to get the reference to the Agent1 folder as if it was selected from the drop down?
Thanks guys... Appreciate you all.
Craig