Using a microflow is the way to go. Have you added the entity from the datagrid as a parameter to the microflow? This is probably causing your issue as this forces the users to select an item. You’ll have to remove that parameter.
Hi Martin,
if I understood your problem correctly, and you have a model like this:
then changing the path of the grid should do the trick. So don’t select Entity_2 alone but over the association of Entity.
my app is showing this on the new edit page of Entity_2
Hope that helps!
BR