[ { "name": "listFiles", "module": "s3", "action": "listBuckets", "options": { "provider": "s3" }, "output": true, "outputType": "object", "meta": [ { "name": "Buckets", "type": "array", "sub": [ { "name": "Name", "type": "text" }, { "name": "CreationDate", "type": "date" } ] }, { "name": "Owner", "type": "object", "sub": [ { "name": "DisplayName", "type": "text" }, { "name": "ID", "type": "text" } ] } ] }, { "name": "s3b", "module": "core", "action": "setvalue", "options": { "key": "bucket", "value": "{{listFiles.Buckets[0].Name}}" }, "meta": [], "outputType": "text" }, { "name": "api", "module": "api", "action": "send", "options": {}, "output": true, "collapsed": true } ]