Hello,
I want to create a table block that should store some users feedback that comes from other source. I was planning to create the table block, then create a new row whenever there’s a new feedback.
I’m not sure if this behavior is achievable. I saw in other discussions that I can create a table block form the graphql API, then query the cells IDs, after that I can update specific cells with the IDs.
Is there a way to tailor that to create and insert new rows whenever I have a new feedback?
Thanks!