Pass values from stateless form into function
I have a function w/ a list of dates and a list of strings that populates a bunch of data in form1 - it works when executed.
I want to use statelessForm inputs dateField and dropDown to populate dateList and genreList in the below function and run it.
First, Is there a way to have a multi-select date field? Either way, this is what I have in the function now. How do I code the statelessForm submit button to pass the values, and how do I modify the below function to accept the statelessForm values? TIA!
- void getGenreSales()
- {
- dateList = {"Aug 06 2023","Sep 07 2023"};
- for each saleDate in dateList
- {
- genreList = {"Garage","Doo-Wop","Rockabilly"};
- for each genre in genreList
- {
- \\populate a bunch of data...
Zoho Desk Resources
-
Desk Community Learning Series
-
-
-
-
-
-
-
-
-
Zoho CRM Plus Resources
Zoho Books Resources
Zoho Subscriptions Resources
Zoho Projects Resources
Zoho Sprints Resources
Zoho Orchestly Resources
Zoho Creator Resources
Zoho WorkDrive Resources
Zoho Campaigns Resources
Zoho CRM Resources
Writer Get Started. Write Away!
Writer is a powerful online word processor, designed for collaborative work.