I have a json that looks like
{
"key_1": "value_1",
"key_2": "value_2",
}
I want to store this value into 2 custom states key_1 and key_2. I don’t want to do it one by one.
Is there a way to accomplish this?
I have a json that looks like
{
"key_1": "value_1",
"key_2": "value_2",
}
I want to store this value into 2 custom states key_1 and key_2. I don’t want to do it one by one.
Is there a way to accomplish this?
2 States means 2 seperate expressions. There’s no way around it.
This topic was automatically closed after 70 days. New replies are no longer allowed.