Lists
List ToString
4min
list tostring will allow you to create a string from a list that can contain different data types and can be created with the aid of a data model how to the example requires a process with just the list tostring action with the following configuration step 1 create a new process and give it a name step 2 drag the list tostring action action to the canvas and link it to the other actions step 3 create the data model we can use different data types for our attributes, depending on your requirements step 4 add the needed variables <%inputlist%> <%inputlist%> the input variable of type list, created with the data model book created at the previous step <%result%> <%result%> the output string variable that will hold the result of the list totring action the input list variable can be created without the aid of a data model, but it will only use one data type inside the list step 5 click the list tostring action to access its configurations step 5 save and validate and run the process step 6 each time you will run the process you are expected to add the list you wish to process, if you entered a default value you can edit it at this point and click run \[ { "book" "wings of fire", "author" "a p j abdul kalam and arun tiwari", 	 "year" 2012, "email" "author1\@gmail com" }, 	 { "book" "the hidden kingdom", "author" "tui t sutherland", 	 "year" 2013, "email" "author2\@gmail com" } ] step 7 click check instance to see the result in the outputted variable as you can see the single value variable of type string will contain the input data