Backstory:
- I have a contact form where I recently changed the wording of a question from "Living Waters" to "Living Free Discipleship Program".
- The results from this are stored in a Sharepoint list.
- I also renamed the Column in Sharepoint from "Living Waters" to "Living Free Discipleship Program".
- I have a flow for when a new entry comes into the Sharepoint list, it looks for this information, uses functions to convert "True"/"False" values to Yes/No ones for easy readability in the output.
- The output is a simplified representation in an email to those needing to see the Content Form submissions.
Process:
- When a new item is created,

- convert True/False to Yes/No for each respective question if(contains(triggerBody()?['Living_x0020_Waters_x0020_Progra'],'True'),'Yes','No')
- Display result in Email,

The Problem:
I expected my renaming to break my flow; however, I didn't expect the flow not to "see" my newly renamed column data when composing a similar function as my others. I've tried to create a similar function as above but I'm getting errors I don't understand. I also see that when I choose dynamic fields for the triggerBody, it doesn't pull the new name but instead populates it with the old name.
