Hi have accidentally gave 16 characters Old Naan mudhalvan ID while login to the page (requires 32 characters ) but successfully logged in , how to find 32 character NM ID and how to Login with that ID again ?
Hi @JAISURYA_G
Store the Login Id in a variable called Login_Var. Then use the If conditiont to check the condition,
- Condition -> Login_Var.toString.Length=32
→ In then block insert the Type into activity to enter the Login Field.
Hope it helps!!