Code I'm trying which doesn;t work.
The "SendPasswordResetLink" is part of the LocalizedCollection which contains a string value. I want to attach the "email" claim value at the end. (I've tried adding email as an input claim and including it as {0} to the InputParameter but it doesn't seem to accept.)
Is it possible to add a input Claim value email to a input parameter value which contains a localized string id https://docs.microsoft.com/en-us/azure/active-directory-b2c/string-transformations#createstringclaim
Code I'm trying which doesn;t work. The "SendPasswordResetLink" is part of the LocalizedCollection which contains a string value. I want to attach the "email" claim value at the end. (I've tried adding email as an input claim and including it as {0} to the InputParameter but it doesn't seem to accept.)