fill search field when calling form

0
Hello, is it possible to start a form with a data grid, while also specifying some of the search fields? I have hundreds of lines in the grid, however I only want to display the lines with search content '010' in the telephone number. The search content is depending on the form calling.
asked
1 answers
0

You can always set a default value in one or more of the search fields, but you cannot vary it by the calling form.

The alternative is to create a helper entity and set the search values to attributes of your helper entity when creating the entity row. Then use a microflow to link matching records to your helper entity, and use a datagrid that filters to the current object

answered