Hello there,
I feel like this should be incredible simple, but I feel like I am banging my head against a wall.
I am trying to update the name value in this JSON, ‘cp2regions’ to ‘new_name’ for example:
{
"featureType": {
"name": "cp2regions",
"nativeName": "cp2regions"}}
Using this this workbench;
Set up like this :
I can’t seem to find a good tutorial/example workbench on how this Transform works.
Many Thanks!