I have a very simple "Unique ID Generator" flow that's called by Power Apps to generate a unique 9-digit number saved in a simple 1-column SharePoint list, which has only the 'Unique ID' text field (renamed from 'Title'). This field is limited to 9 characters in its field definition (Maximum number of characters). The flow and Power Apps ran perfectly, then I decided to lift the ID length from 9 to 10 in the field definition, and updated the flow logic accordingly.
Now the problem is, Power Automate doesn't seem to get the updated list defn, and failed to save the 10-digit ID:

Unlike in Power Apps where I can manually refresh the source list definition, there seems to be no such thing in Power Automate. I remember adding/deleting fields in SharePoint, then Power Automate would pick up the changes when I close/restart the flow editor. But this field defn change (from 9- to 10-digit) is sticking. It's easy to recreate the flow from scratch but I'd like to know how such a refresh might be done.
Thanks
Toby