Hi,
I have a sharepoint list with version history and I want to make a comparison using power automate that when you update a value of a certain field and be different from the previous value send a notification.
To do this, I have created a flow where by triggering and reading JSON data analysis and I get the information from the versionlabel but I am not able to retrieve the previous value and compare it with the current value.
Help!!
1. sharepoint list, even trigger to get history

2. I create JSON file analysis so that I can analyze the fields and values


3. I compare each record to get the versionLabel changes

And this is where the historical value is not retrieved so that it can be compared to the current value.
How can I continue?
Thanks!