Forum Discussion
EKIT415
Nov 24, 2021Copper Contributor
List modification approval
Hello, I have a leave request list in sharpoint and I have been able to create a good approval flow for when an item is created. However I would like to create an approval process for when an item ...
EKIT415
Dec 06, 2021Copper Contributor
I have found a bit of a more elegant solution to this.
It is a little bit fiddley and need adjusting depending what is in your list but
here it is
with a trigger control on the when item is modified
getting it to work with a lookup column with multiple selections was a little bit difficult.
but I am now trying to get it to work with a multiple selection choice column and am finding it very difficult...
_api/web/lists/getbytitle('Time Sheet')/items(@{triggerOutputs()?['body/ID']})/versions(
mul(sub(int(outputs('Compose')),1),512) is for the HTTP column
Roy_Drissen
Dec 12, 2021Copper Contributor
I agree, more elegant but more complicated. I guess you need use Power Apps to change the SharePoint form and maybe use Filter(Choices(Powerappform. )
I had to come back on this. Nice case!
I had to come back on this. Nice case!