Search found 2 matches
- Mon Feb 05, 2018 12:58 pm
- Forum: LEGACY scripting
- Topic: Using variables in script to create Json - Newbie help
- Replies: 27
- Views: 46045
Re: Using variables in script to create Json - Newbie help
Try this. { "Items": [{ "StockItemID": 13185, "Quantity": "0001", "Ref1": "[Metadata.Text:Path=\"/cXML/Request/OrderRequest/ItemOut/ItemDetail/Description\",Dataset=\"Xml\",Model=\"XML\"]" }] }
- Tue Aug 22, 2017 3:33 am
- Forum: Flows
- Topic: Dropbox Settings
- Replies: 3
- Views: 8088
Re: Dropbox Settings
Has anyone had success with getting dropbox API v2 to work. I have API v1 working but this is deprecated and will stop on the September 28th, 2017. This is the code that currently works. function jobArrived( s : Switch, job : Job ) { var theHTTP = new HTTP( HTTP.SSL ); theHTTP.authScheme = HTTP.Oaut...