Hello !
I'm trying to build a page with a list of records coming from my zoho CRM database.
What I want is to put a checkbox next to each record and then a submit button on the bottom of the page, then, for each record selected, I want to insert another records in my CRM base.
----SOLUTION 1 I thought about:
What I tried:
-I created a page (not a form)
-I retrieved all the records needed from Zoho CRM
-Added a line per record (with name, position, checkbox) with a "for each"
-Added a submit button to post the data to another page.
Where i'm stuck:
-I'm able to post the results to another page, but on this other page, i don't know how to retrieve the data
---- SOLUTION 2 i though about:
Creating a form under zoho creator, and adding a checkbox for each record retrieved from CRM, but i don't know if it is possible to do that.
Do you have any idea what's the best manner to do so ?
Thanks,
Guillaume