
I am building an automated flow that is using the dataverse connector "when a row is added, modified or deleted". I am using EndsWith() in the filter rows option. Everything I have read about this (https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-startswith) says that this should be case insensitive but my flow seems to be the opposite, case sensitive. If I enter EndsWith(emailaddress1, '@test.com') the flow will only trigger if the domain of the email is exactly @test.com and not @test.com. Are the rules for the trigger filter different than an expression somehow?