Snippets Collections
=union(ri!array, cast(typeof(ri!array), {}))
if(
  rule!isnullorempty(
    ri!username
  ),
  false,
  isusernametaken(
    ri!username
  )
)
joinarray(
  {dec2hex(toint(rand(4)*256),2),
  "-",
  dec2hex(toint(rand(2)*256),2),
  "-",
  dec2hex(toint(rand(2)*256),2),
  "-",
  dec2hex(toint(rand(2)*256),2),
  "-",
  dec2hex(datetext(now(),"yyyy"),3),
  dec2hex(datetext(now(),"MMdd"),3),
  dec2hex(datetext(now(),"HHmm"),3),
  dec2hex(datetext(now(),"SSss"),3)}
)
if(
  isnull(ri!userId),
  "User Not Provided",
  if(
    rule!usernameexists(ri!userId),
    user(touser(ri!userId), "firstName") & " " & user(touser(ri!userId), "lastName"),
    "Not Found"
  )
)
star

Sat Sep 11 2021 00:08:16 GMT+0000 (Coordinated Universal Time)

#appian
star

Sat Sep 11 2021 00:01:13 GMT+0000 (Coordinated Universal Time)

#appian
star

Fri Sep 10 2021 23:57:55 GMT+0000 (Coordinated Universal Time)

#appian
star

Fri Sep 10 2021 23:56:45 GMT+0000 (Coordinated Universal Time)

#appian

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension