Dynamic row count in Helper Table for Miracle method

The idea with a Helper Table is that it doesn’t contain any permanent data.
If I understand correctly, you should be using the Helper Table to parse the data, prepare a bunch of mutations, and then use Call API or Make to add new rows to some other table.

So as long as you have enough rows to cater for the maximum number of comments you would expect on any one day, then that’s all you need.

1 Like