Hi
I am trying to make a bot where I have to send a card set to the user. Problem is that I want to populate the card set with the data from a google sheet, and depending on the search query the number of results may be different each time. So for example I may want to send two cards to one user and four to other depending on their input, which will be searched in a google sheet.
For now I can make the card set manually. But I want something like a for loop, which reads the response from the google sheets and create (and populate) the card sets accordingly. Kind of like magic repeat for card sets.
Is it possible? IF yes then can you please guide me how?
Thanks