Solved

Inject data into file variable

  • 20 May 2020
  • 1 reply
  • 44 views

In Workflow Cloud I'm able to get some JSON content from a web service call.  This allows me to iterate over the JSON and pull out data.  I can actually get the data into a text variable formatted as CSV.  Next, I'd like to save this CSV data to OneDrive, Box, etc... but first I need to get the data into a file variable.

 

Is there a way to save the contents of a text variable into a file variable? 

 

Thanks for your help.

icon

Best answer by butlerj 21 May 2020, 15:31

View original

1 reply

Userlevel 5
Badge +19

@ShaunInIdaho currently NWC does not support converting a 'basic' variable (such as a string, int, boolean) into 'complex' variables (such as objects or files). The team is working on this as part of the introduction of object support into NWC (which started with the launch of RPA gateway), however I do not have a hard date on when variable conversion will be available within the designer.

Reply