
Announcements
I am trying to create a SharePoint list item to a secondary list once certain conditions are met on a source list, but my condition always returns false. Below is the flow snippet:
While I appear to get the correct information, the condition always returns false:
Do I need to do something to set the CorrectionsMade item to True or False for the condition to work?
What does the output of that first variable look like that you are asking if it is equal to True?
Can you show a screenshot of that variable and the type?
It could be that is a boolean type or string, and you just need to change the format of the value being compared.
For a quick test, you could try putting true in lower case instead of True in upper case.
true = true
true <> True