Hello,
I am building a flow that takes the data from a Sharepoint List, then selects a value from that array that was created (The Sharepoint List). I then want to pass the array value into an approval step, but the issue I run into is that when I use the output from the SELECT flow as the assigned contact in the approval flow, it instantly makes it a FOR EACH. Which doesn't work since I only want a single output from the approval. My next idea was to use parse json and then compose to take the exact output I am looking for, but I can't seem to get the correct code.
Please see the below images:

