Skip to main content
faraza4154
November 11, 2022
Question

Convert string into array of string

  • November 11, 2022
  • 3 replies
  • 0 views

I have a string "a,b,c" I want to convert that to array of string.

3 replies

harshm2984
November 11, 2022

a!localvariables(
local!string: "a,b,c",
local!split: split(local!string, ","),
local!split
)

stefanhelzle0001
Brainy
November 11, 2022

There is a great resource in the Appian documentation that lists all Appian functions:

docs.appian.com/.../Appian_Functions.html

harshm2984
November 11, 2022

I was about to edit and suggest that as well [emoticon:98f842990f454422aa6a04953955f9d9]