Hi all. im trying to build a powerapps user registration form, where i have a "Edit form" that contains these "dataCard":
Firstname_Datacard
Lastname_Datacard
Username_Datacard
(and some more)
the idea is that the Username_Datacard generates a 6 character long username based on 3 words from Firstame_Datacard and 3 from Lastname_Datacard. where first letter from the Firstname_Datacard is statics
eg. Jack Douglas -> Jckdlas
and does a validation to make sure that username is not already used/listed.
Any idea if this is doable via powerapps?