Hi Guys,
I am a novice started to play around with power automate but for the life of me I can figure out how to update the approval response value in SharePoint with something of my choosing instead of the default
Approval Status Value "Approve or Reject"
Looking to do something like Approve = Approved
looking to do something like reject = Rejected
😁
Solved! Go to Solution.
Hi there,
You could do something like initializing two variables and storing the response you want in them, and then create a condition that if the Outcome matches what you want, then update the SP Item with the contents of your variable instead. This worked for me:
Hi there,
You could do something like initializing two variables and storing the response you want in them, and then create a condition that if the Outcome matches what you want, then update the SP Item with the contents of your variable instead. This worked for me:
@FreddieV thank man that did it, my problem was that i was running everything under one line just need to branch it out