I am trying to create a flow to send an email when a SharePoint List multi text column is updated.
After research I found the following article.
Check for a Change in a SharePoint List Column Val... - Power Platform Community (microsoft.com)
But it is failing. I had to change integer to string.
See my flow below and the error below that.
Hi @jbrines :
Firstly,let me explain why you encountered the problem.
The ponit is ItemId is a number but in your flow,the value of varID seems to be "xcxcxczxc……".
Secondly,please try this solution:
In addition,the parameter of getbytitle is the name of your SP List.
_api/lists/getbytitle('YourSPList')/items(@{triggerOutputs()?['body/ID']})/versions
Best Regards,
Bof
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2