Hi All,
I have created a Microsoft flow following this video https://www.youtube.com/watch?v=27q6lAA1TAM&t=954s
It works great for non person/group columns.
I have a select statement (select 3 action below) which splits the data by ";" but this does not seem to agree with person/group fields, is there a way I can dynamically handle these fields?
Select Action

From split(replace(replace(string(outputs('Send_an_HTTP_request_to_SharePoint')?['body']),'{',''),'}',''),',')
Title replace(split(item(),':')[0],'"','')
Previous Value replace(split(item(),':')[1],'"','')
Current Value outputs('Send_an_HTTP_request_to_SharePoint_2')?['body']?[json(item())]