HI All,
I am doing POC to add Users to Access Template using Power Automate for dataverse table. I am looking for a case where when employee adds any training to the table i want to share the record to the users manager with read/write access.
for this i have created access template inside my solution.
below are the steps i have performed.
1) created a table Trainings and Employee_Managers table in dataverse.
2) Created access template for Trainings table
3) Developed power automate to run when a new training is added to the training table.
4) get manager of Created By , and do bound operation.
The flow is throwing with below exception
{
"error": {
"code": "0x80060888",
"message": "URL was not parsed due to an ODataUnrecognizedPathException. Resource not found for the segment provided in the URL."
}
}
The template ID i was able to get from "teamtemplate" table.
Any thoughts what i did wrong?.