
Announcements
Hi team,
Looking to see if anyone can help with my issue. I'm trying to create a flow which will tell SalesForce when a record is submitted for a particular product in my PowerApp but the field I'm trying to filter on is a Boolean field within the Common Data Service.
The examples i have tried without any success are:
MultiFude eq 'true'
MultiFude equals 'true'
MultiFude = 'true'
MultiFude eq '1'
MultiFude equals '1'
MultiFude = '1'
Can anyone suggest how i can get this to filter by a Boolean field type from the CDS database?
Thanks in advance.
Jamie
Hi @stephej,
When testing with the Filter query in trigger When a record is created, it seems that the trigger doesn’t work. I have made several test with Text, Boolean.
Please add a Condition in your flow temporarily filter the created items. I will help find out some useful info on it.
Best regards,
Mabel Mao