I have a flow that is triggered by adding an item to a list. That works. It kicks off an approval. Approval is assigned to the original requestors manager which I use Get Manager V2 and that works. I have the approval responses update the original sharepoint list item. That all works perfectly. The issue I am having is the next step. If Manager1 contain "Name" then you are done and if it doesn't, then do
My problem is this - for this condition I use dynamic content "Manager 1". It is listed under "When item is created" but that info does not get populated in the sharepoint list until after the item is created. When I am trying to compare with this field, even though it was updated and now has data - my only option in the Dynamic Data section is from the "When item is created: section and at that time, there was no data in that field.
This sound confusing so here is a screenshot:

ManagerName1 originally has no data. The section above (Apply to each 2) populates the field. how do I use that to compare?