widget executeaction parameters in context

1
Hi guys, I've got a quick question regarding the widget/JSON interaction: A widget I'm using is calling a microflow to open a form with a selected object. I'm noticing that the executeaction call is returning 2 objects in context, both with the identical GUID. Basically, its returning two instances of the same object. Is this normal for widget behavior in Mendix??
asked
1 answers
1

There might be a context guid en selection guid, which are indeed both the same. It is normal widget behavior, for backward compatibility and other historical reasons, but you only need to set the selecten guid if you are writing a widget yourself.

answered