About google sheets integration

(Johny) #1

Hello.
I have an algorithm that concurrences the Google table, after which the bot sends the data from it in the form of a card. Is it possible to make it so that when there are more than 1 concurrence in the table, the bot would issue several cards.
For example, when the user enters the tag “case”, the bot finds 2 rows in the table, but only gives out a card with the content of one row, and I would like it to make as many cards as it finds rows in the table.

(Karen Barker) #2

Hi Johny,

A card set can include up to a maximum of 10 cards. You can pre-populate this in your action using the results 1 - 10 from a google sheet search. When the flow runs the action will only display any card which is not empty. Therefore if your search only returns 1 result it will only show 1 card. :slight_smile: