Forum Discussion

Alexandra_B's avatar
Alexandra_B
Helper III
2 years ago
Solved

Expand Record from a column

Hello.   I am using an API to get the data from a Shelly device: The script is: let // Define the URL url = "https://shelly-<xx>-eu.shelly.cloud/device/status", // Define the reques...
  • lbendlin's avatar
    2 years ago

    You won't have much of a choice as you have nested records too.  You will need to decide which records to keep, which to throw away, and how to flatten the hierarchies.  Not really something you can do automatically.