@JTRTech wrote:
While rejigging my scripts to try and keep logical and more easily maintained I decided to split the entity data update script to two parts.
First part breaking down the request responce to per room and then Updating entity field with its array and then have a second script to use the individual arrays.
This will make adjusting the way the data is used seperatly to the main request script.Anyway.
This is a test entity field;
Room Entity: 03, Field: NewBook Site Array =Before"After
HOWEVR this script returns;
return api.Entity('03').Data('NewBook Site Array').Get();
It can only read up to the first ".
So my arrays are being read as only { ........Update() passes them fine, its just .Get()
@emre any chance of this being something simple you can sort?
Posts: 2
Participants: 1