Hi all, new in powerapps.
To set the scenario, I have two screens, a homepage, and an edit form. This form will be used internally by members of my team.
On the homepage would be an 'add' symbol that navigates you to the Edit form, with a few generic fields, one of which is called referenceID, with varID assigned to the Default in data.
What i have done is, onSelect of the 'add' symbol, is the line
Set(varID, "A" & Text(Now(), "[$-en-US]yymmddhhmmss"))
I want to be able to change the "A" into initials of the name of whoever creates the form.
i.e.
If John Doe uses the app and creates a form, on the edit form part, referenceID would be pre-filled in with JD12341234
If Richard Roe uses the app and creates a form, it would show RR12341234