I have a column that calculates if a review due date is within 90 days and the output is Yes/No. The column shows a checkmark and the filter works for 'Yes' when the parameters are met.

My flow is set up to get the file properties and then based on the Yes/No calculated column copy the file to a working library.

When I run the flow, the condition has a result of false, even though there is a test record that should be copied in the library.

I saw in other posts that the answer was to put '1' in the advanced mode of Condition, but advanced mode is no longer an option. I have tried True, 'True', "True", 1, '1', "1" and both True and 1 as expressions. Am I missing something?
Thank you!