I have a flow with When item is created or modified, with a trigger condition @equals(triggerBody()?['NotifyICAndICTEmail'], false). The NotifyICAndICTEmail is a yes/no in a SharePoint list with no as a default. I run through the flow which is just sending an email and then updating the NotifyICAndICTEmail to True. On any update to the record It skips the trigger condition all the time because the field is always false. Not matter how many runs I do, updating data, run again, SharePoint list is showing the NotifyICAndICTEmail is True, but the field in the output is showing as False. I have tried to put a Get Items after the trigger and it still is showing as false coming back with the data. The only thing that I can see that the data changed is when I use Get changed for an item or a file (properties only), I can see Has the field changed is True. How can I make sure the beginning trigger is pulling new data and not cached data?