Hi all,
I try to create a PVA for my company to manage the leaves request for the employees.
A created the Bot and first it asks if the employee if he wants to take some hours or some days.
Then the bot asks how many days/hours he wants to take. I want to substract this amount to a SharePoint list with the columns to refer the hours/days he has.
My question is : How can I update this item using the PVA? I wanted to create the flow to Update the item, unfortunately, I'm facing some issues with that :
- How can I identify the user who is asking a leave request?
- I need to update a specific field in my list but the flow is asking me some ID and Title mandatory fields to update the item.
Could you please help me?