Hi everyone, I have got a flow that supposed to grab the previous column's values and track its changes. I followed the guide based on this video Power Automate SharePoint Item Modified flow | Track Column Changes (Version History) - YouTube.
My Send an HTTP Request to SharePoint action output is grabbing the results correctly of modified and
field_x005f_8 (see figure 1); however, when I get to Append to Array variable with my apply to each action, field_x005f_8 is blank (see figure 2) and
Modified is showing (see figure 3). The expression I am using for the Value is
coalesce(body('Send_an_HTTP_request_to_SharePoint')?['d']?['results']?[0]?[item()], ''). Can you please help?
Update: I noticed that the Send_an_HTTP_request_to_SharePoint action changes the field name of the Select - Column Names action from field_8 to field_x005f_8 (see figure 1 and 4), why is that? Select - Column Names action is before the Send_an_HTTP_request_to_SharePoint action.

Figure 1 Send_an_HTTP_request_to_SharePoint

Figure 2 Append To Array result 1

Figure 3 Append To Array result 2

Figure 4 Select - Column Names
Thanks!