I need to filter the output of a table to only include records that contain the word “attractions” in the Categories field.
I know it’s not correct but here’s what I tried: If({Categories} = attractions)
Can someone tell me where I’m going wrong in the code?
Thank you in advance for any help.