Hi Team,
users: "username1; {username1; username2}" =>type text
how to get the output as 2 items
username1
{username1; username2}
Discussion posts and replies are publicly visible
Please clarify what you mean by "get the output" - what is this referring to? What are you trying to do?
From this text "username1; {username1; username2}", how can we split based on ";"
userList = "username1; {username1; username2}"
finalList(Output):