Hey all, question - anyone have code to generate an acronym? For example, Form1 has input.Agency_Name and input.Acronym. I want to add an "On User Input" workflow to generate an acronym from the input.Agency_Name field.
Input:
input.Agency_Name = "The Special Agency";
Output with Workflow (On User Input):
input.Acronym = "TSA";