What is the canonical way to force a dynamic dropdown to refresh its options in the workspace?
I know how to set an event listener, and check to see if that event is likely to impact on the list returned by the option generator function... I just don't know how to force that function to be re-run and the block updated. I'm looking for something like
block.getField('dropdown_name').refreshOptions();
Thanks in advance,
J