Saving BlockSpring Table data in a list

Hello All,

I am facing a challenge when trying to save a BockSpring Tabular list in a thing. The data being returned is a list and i wanna copy it in my own list of things,

The block is: https://open.blockspring.com/alifarahat/ae8e320d1261570a9d12ea250c04ad6c

What am i trying to do:

  1. Call Block spring list - Works
  2. Display it in repeating group - Works
  3. Save it in a thing - Not working

We can’t save list of things from blockspring. Did you write that block? Best would be to change the data structure here.

Yes I did write it, how would you recommend I change it.

You need the data to return a list of things. Right now it seems like it returns a thing that has one field that is a list. Makes sense?