I have an Automate flow that is doing the following:
On the Get Items, I want to pull some selected options from a multi choice column in the reported incidents list, store the values in a variable and the use the values in a parameter in an email. When I try and store these values in an Initialise Variable step, if I set the column it puts the step into an Apply For Each which is not allowed. If I don't set the variable value there, but then use the Append to Variable step and set the column to be used, it takes the choices but keeps more than just the values, e.g.
[{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":4,"Value":"Has the equipment been checked due to this incident? If yes, has any action been taken because of these checks?"},{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":5,"Value":"What surface is the equipment sited upon and is it in good condition?"},{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":8,"Value":"Is this surface in a well-maintained condition?"}]
This in turn does not populate the values in the URL. How do I pull the values or the ID (shorter) from each chosen option and store them in a variable that can then populate a a parameter?