Hi everyone!
I can’t seem to figure this one out. I have a table with a Product Id column and an endpoint that receives a product id and returns a price for it. I have already built a Coda Pack that requests this endpoint with the product id to obtain the price.
I have also created a Select column with a checkbox. What I want to accomplish is to select multiple rows to fetch the prices and upon clicking a button outside the table, it modifies each row by setting the Price column.
This does not work at all, when I click the button, Coda calls the pack function only once with all the information from the selected rows concatenated by commas instead of calling the pack function once for each row and filling the information dynamically.
Is there a way to make this work or is this a limitation? I didn’t want to have to have a button for each row and make the user click it multiple times.
Thanks in advance.