Hello,
I have created a powerapp application which using sharepoint as a database and power automate as a mail notificatioin last year.
It had been running well until recently when there was a sudden error.
Have tested the whole operation flows and identified the location where the error occurred, but i have not found the root case, can`t resolve it.
There will be conflicts when using function(SubmitForm) and trigger(Run) simultaneously.
Have tried most of the resolve solutions in the community include checking the shared mailbox permission/checking the Json parameters and so on.
Can anyone please tell me how to fix this error, thank you.
the specific situation is:
1.create new record:
1.1 click button through function "SubmitForm" to submit form in power app (success)
1.2 trigger power automate and transfer parameters through Json (success)
1.3 analysis Json and prepare dynamic content which used by email.(success)
1.4 send email throught "Send an email from a shared mailbox (V2))" (failed. "The specified object was not found in the store., The process failed to get the correct properties.")
Have tried to move the run trigger from form`s operations "DataSource" to "OnSuccess", it was still failed.
Have tried that using Json character string to simulate "create new cord" operate in test mode, it was successful.
2.modified record:
1.1 click button through function "UpdateIf" to modify record in power app (success)
1.2 trigger power automate and transfer parameters through Json (success)
1.3 analysis Json and prepare dynamic content which used by email.(success)
1.4 send email throught "Send an email from a shared mailbox (V2))" (success)