Set Listen-To Widget Source

1
I have a dataview listening to a listview. My list view is a list of conversations and when clicking one, it opens up the messages inside:   If I add a new entry to the conversation list by using the New button I get the following:   You will notice that the top-most conversation is not selected, and I am still viewing the previous entry from the list view in the dataview. How is it possible in the microflow that creates the new conversation entry to set the listen-to source as the first entry in the list? Ideally I want to click the New button, it runs the microflow to set up all the data, and then sets this as the listened to widget as though the user had clicked it themselves.
asked
2 answers
0

You can use this widget https://marketplace.mendix.com/link/component/27519
https://github.com/tieniber/SelectionHelper/

answered
0

Maybe reopening the page after you have add the record might solve your problem

answered