Hi @Prachi_chakke, I surprised to see values just as an Array without any properties/fields underneath. Can you perhaps share the original JSON-Structure you get back from the HTTP-Endpoint?
Hi @ricardomatsumot, You need to build your structure with some conditions before converting it into XML. For example like this. object = {}object['data1'] = _input['key1'] if _input['key1'].present?object['data2'] = _input['key2'] if _input['key2']...
Happy new year!The new Jira Assets connector is now avilable in the community library:https://app.workato.com/custom_adapters/513076/details?community=truePlease let me know, if this works for your use-case(s) or if you miss anything.Cheers,Chris
Hi @runelynx, I started a few days ago with a new Jira Assets connector, as I also couldn't believe how people show handle that super-complicated data format Jira Assets is using. I tried to abstract from the underlying technical stuff and make it si...
Hi @osherachamim, Have you already tried the reverse method? https://docs.workato.com/developing-connectors/sdk/sdk-reference/ruby_methods.html#reverseCheers,Chris