Filter entity rows based on two conditions

Hello. I’m trying to filter data from entity based on two conditions, first based on the user’s runtime email address and second if the template name contains this character “|”. See below screenshot. Result is displaying all rows of the user’s email.

2023-06-07_113724

Note: Column binded is Template Name

@private_matter ,

Please remove the If condition from Template Name and just add two filter condition.

This will return matching result. of User and Template name and if Template name is blank then will return all the data.

Make sure you pass the template name and user name to get filtered value else all value will show.

Thanks,
Arvind

tried this

2023-06-07_135039
shows all rows including blank template names

@private_matter ,

What are you trying to achive using Is bank?

I’m trying to see if the value of the template name is blank, then it should not show the row.

@private_matter

Then i guess it shpuld be not blank right…you are using isblank so it gets blank values

Cheers

Hello @private_matter ,

you need to implement as below.

[Templates.TemplateName,“!=”,null]

image

Thanks,
AK

1 Like

bro you’re a genius. it’s working 100%!!! Thank a lot! :blush: :blush: :blush:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.