Ehy guys, here a typical state ```{ "campaign_a...
# ask-community-for-troubleshooting
r
Ehy guys, here a typical state
Copy code
{
  "campaign_analytics": {
    "DATE": "2021-06-09"
  }
}
My question is, would it be possible to have a nested state?
Copy code
{
  "campaign_analytics": {
    "campaign_1": {
      "DATE": "2021-06-09"
    },
    "campaign_2": {
      "DATE": "2020-06-09"
    }
  }
}
Unfortunately all the examples use the deprecated method
get_updated_state
So is it possibile to have a nested state? If so, do you have an example how to use it?
m
No it’s not possible
r
thanks