Hi Team
I'm having a filter query in my get items
First Iam splitting a text from its description from the MS Form

Compose =
split(outputs('Get_response_details')?['body/rebfcb7b61e644cbb9960039342c09c7e'], '(')[0]
once I split the text I'm filter that record in my sharepoint list

my filter formula is working for certain items in my sharepoint list and not for others
For the ones , which is not working , there will be square box at the end

I thought of may be because of extra space or some upper characters issue
The below one worked perfectly fine

Could anyone please let me know how to fix this issue