StringSplitOptions

  1. I have retrieved the Client details from ACME Workitems and saved to a variable RetrievedString.
  2. Trying to split the text and Assign to StringArray like in the attached image. but I am getting errors. I have tried with (), , and {}.

“:”,“Client” should be in {} and after that, there should be a , (comma) before StringSplitOptions, not a . (dot)

2 Likes

Thank you

1 Like