Getting value from API to UI

Hi bubblers !

I have setup an INPUT Element that should show Initial Content as a Result of calculation in API.

but this INPUT element is showing some sort of COUNT instead of the value recieved from the API.
image_2023-10-15_150052323

Please advise how to GET the value from API to UI ?

Possible reasons: Are you sure that isn’t the number being returned from the API (use debugger to see value returned)? Are you referencing the custom state for the input element’s initial content?