I have a flow where I am taking lines of data and then splitting them using the index selector to extract the data I want to capture. I am successful in doing this, however, when I send the data to a spreadsheet it has brackets and quotations around the values. For example, ["FirstName"] and ["LastName"] when I just want FirstName and LastName to be outputted.
I am new to power automate, so I am guessing I have the output formatted incorrectly? I imagine I could do a replace function, but feel like that seems more like a workaround vs the correct operation.