Hello,
So I am making a calculator which would update the result on the screen. The calculator however calls a integromat process which does the calculation through a Google Cloud Function and updates the Adalo records. On updation of the Adalo record, the result is shown on screen. This might take a few seconds and ideally I would want to update the result values when the user drags the slider/updates a value in the screen without having to click a submit button or to navigate to a different screen.
What’s the best way to simulate this from a UX perspective?
Or can I write a small python code within Adalo somewhere?
Thanks a lot!