Im making a timetable app and for each day i have seperate variable like for each day i have subject, time, and date and i want to add item depending on which variable i have selected
I have used this method by setting the text paramter of procedure to calculate which variable i have to select to add item
As you can see for each day i have added the name in the text paramter of the procedure and depending on my logic it will select the variable in which i want to add item. But if i do the same thing with list like if i directly input the list to which i want to add in procedure text paramater, it won’t take the name but instead it will take the values in the list , so if we could set the name of variable externally then it would help