Microflow for search button

0
I have a device entity having attruibutes of device_ID and Device_Name. I want to retrieve a record from hsql database for Searching the record,How can i write a microflow for this?
asked
3 answers
1

I am not sure if I have the issue correctly undertand, but it seemed you want to create a microflow, a retreive action for the related entity and add the filter for your data. I hope this helps.

answered
1

When you use a database retrieve then you can use xpath to filter for elements. If you use a retrieve by association then you need to use list operations to filter.

answered
0

In Microfolow you have a Retrieve Objects activity that can be used. YOu can further add filters to it in the form of xpath constraints to filter the result data .

You can also go through the below link to get some idea :

https://docs.mendix.com/refguide/retrieve#from-database  

answered