Schedule API workflow for backend complex calculations

Hey !

I’m building a complex debt repayment schedule and I would like to run calculations in the backend without the user seeing all calculations’ details.

I would like the user to:

  1. enter her/his debt parameters on the front page
  2. have a loading animation while the calculation are run backend
  3. obtain calculations’ results on the front page when backend calculations done

Calculations’ details are in page “debt_schedule_immo” while user inputs her/his debt parameters in page “app”

Is there a backend worflow which can send user’s debt parameters to page “debt_schedule_immo” and running calculations without actually showing page “debt_schedule_immo” ? Any idea on how I can do that ?

Thanks !!

This topic was automatically closed after 70 days. New replies are no longer allowed.