I have a Business Process to perform maintenance to a Lookup Table in Cloud. For that process, I created a Rule to be used in the Form Process where I select any records that match the Like condition on several fields (FirstName like '%value%' or LastName like '%value%' or Unit like '%value%') and the user selects the action (delete, insert, update) on each row to be performed by the Workflow when the user submit the Forms.
The issue that I'm having is that the select statement built on Cloud is Case Sensitive so if I want to look for 'Peter' but type 'peter' on the search field the search doesn't bring any records because the condition is not met.
How I can disable the case sensitivity in the Rule in Cloud?