
I am using a flow to add new choices to a choice set in Dataverse.
My radio control within the Dataverse form does not refresh via a separate button action with the new changes unless I manually refresh the data source.
I have the radio control Reset property set to true. Is there a way to reset the radio control items in the app without manually refreshing the data connection via Studio?
The app isn't going to know about the new choice option until the data source is updated. The reset on the radio control will reset the value based on the item that has loaded in the app.