Issue in Reference Selector value

0
Hi Reader,   I am using the reference selector for showing the value of the association and I have to retrieve the date as per the selection in the reference selector. The issue I am facing the retrieved object of the associated entity is updating but the value in the reference selector is showing the previous value  How can I resolve this issue? Or suggest me any other widget to show the value of association in dropdown   Thanks and Regards, Harshraj Singh
asked
1 answers
0

How is it changing? Does it change in the context of your current user? If so, you may need to refresh the object shown on your page (You can use a change action in a microflow that has a refresh to do that).

If it happens in another users context, it will not automatically refresh. You may need to do automatic refreshes (with a microflows timer or something similar) or you could integrate some pusher service.

answered