Selection Helper widget triggers before selection of list view gets triggered

1
We have a list view were we add a new item. The newly added item should be selected. To do this, we use the Selection Helper widget. It does work and selects the right object, but right after (about 7ms) the list view itself does a call to determine the object that should be selected. We noticed this from the browser console. We fixed it now by adding a delay in the microflow that the Selection Helper widget uses. Is there a better way to solve this, like blocking the call from the list view all together?
asked
0 answers