Custom states value reset

The initial value of custom state is rendered by an API

How to reset the value in the custom state WITHOUT refreshing the page. “Reset relevant inputs” does not work ( may be a bug in bubble).

some folks have suggested to leave the value of custom state blank–this also does not work.

1 Like

The default (initial) value of a an object’s custom state can not be dynamic.

What you are doing is to change it thru an API call.

Can set up the conditional trigger of do every 5 seconds and change the interval to 1 second and from that trigger you can set the custom state value again.

You should also check out this post of updating a api call value