Hi Uwe,
When you are comparing your text filter text & your retrieval data in the microflow-> first convert the data in the lower case then compare them.
toLower(yourData) then compare them
Hi Uwe,
By default text filter will check by case sensitive, to avoid this try using custom filter by microflow, In that perform the below action to avoid case sentive.
lower($Object/Attribute) = lower($SearchText)