Retrieve from database with contains()

0
Hi all,  I’m not sure if it’s possible but how can you, in a microflow, retrieve from the database using the contains function.  Some of my records have an attribute string like this as a title ‘01/01/1970 Firstname Surname’ I want to retrieve and delete the records that have certain names Can I use this but in the microflow’s retrieve action https://docs.mendix.com/refguide/xpath-contains
asked
2 answers
1

Yeah sure, if you use a retrieve from database action in a microflow you can use the ‘Contains’ function:

For example: [contains(Firstname,'Maarten')]

answered
0

Yes you can.

Did you try and it did not work?

answered