Hello there,
Being a novice in wix platform and corvid tool. I have been facing some grave issue in running my algorithm which is basically a cross mentor assigning algorithm . In which i fetch the firstname of the members of the site taken during signup and put them in a list and process on that list to generate random pairs everytime the algorithm runs.
The problem i am having here is that the algorithm should run only once when the admin decides it to be.For now what i am doing is creating a separate field in database for named “algo_Status” and if the admin provides the input as ‘ready’ then the algorithm works once and all random pairs are generated and assigned.But this manual process seems tedious for me to reach out to database and update everytime.
So, what i wanted to know is, is there any other way like running the algorithm at a scheduled time making me not to reach the database always to update the algoStatus as ‘ready’.