You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create the pointer to 'dataFromEndpoint'
and I push the pointer in `list`
and I push the pointer in `main`
# move something inside the table referenced by pointer
When I move 'myData' in pointer
When I copy 'myData' in pointer
# exctract to the root something inside the table referenced by pointer
When I extract 'feels_like' from pointer
When I set the pointer to 'dataFromEndpoint'
and I enter `list` with pointer
and I enter `main` with pointer
# move something inside the table referenced by pointer
When I copy 'myData' to pointer
# exctract to the root something inside the table referenced by pointer
When I create the copy of 'feels_like' in pointer
and I delete 'feels like' in pointer
Using this data:
I want to perform transformations on "main" inside "weather" inside "list" inside "dataFromEndpoint".
The text was updated successfully, but these errors were encountered: