Event after Search

0
Is it possible to trigger an event after a search - if objects found then just use select functionality, if however no object was found allow the user to create one. I haven't seen any option that allows the developer to work with the search functionality. I know that I can search in a microflow by retrieving an object/list that is constrained via Xpath with the search fields' values however I have to make sure that none of the values are null in the first place and if I have many optional search fields the microflow just gets unecessarily big
asked
2 answers
2

This is not possible as far as i know. Except when using widgets. The Tag Editor widget allows for such behavior, but I am not sure whether this fits your case.

answered
0

is it possible to check whether a datagrid is empty?

answered