Hello,
I am trying to create a trigger condition for use on SharePoint's "When an item is created or modified" trigger but can't get it working.
The condition I want to test is if the date in a SharePoint list text column is equal to the date in the SharePoint's default Modified column.
Here is trigger condition I am trying: @equals(triggerBody()?['tiered'],triggerBody()?['Modified'])
Tiered is a text field in a SharePoint list and its value is set in a Power App using Text(Now(),ShortDateTime).
The SharePoint list Modified column is set to use the Standard Display Format.
When I view the list the columns match but the trigger condition doesn't seem to ever evaluate to true.

So, I created to variables in my flow and set the values to using the Dynamic content values from the trigger:

and I get

So, it appears that although they look the same when viewing the list, the values are actually different.
I'm guessing I might need to format them so they look the same (I'll take any suggestions on how to do that) or perhaps I need to change my Tiered SharePoint column from text to date.
Can anyone please steer me in the right direction?
Thanks,
robertg