Skip to main content
November 26, 2022
Question

Sentence formatting issue

  • November 26, 2022
  • 1 reply
  • 0 views

Hi All,

"Request Re-Opened Details are updated" should change to "Request reopened details are updated"

can anyone please help on it

Regards,

Supriya

1 reply

November 26, 2022

Use replace function

a!localVariables(
  local!text:"Request Re-Opened Details are updated",
  replace(local!text,9,9,"reopened"))