Unable to Sign In

0
So I have created a Login Page, when I enter the details like email, password and name it does not create any values in database, can you check what is wrong in my microflow. Added Images for reference
asked
5 answers
4

On the create account action

Instead of FullName use Name

answered
4

Hi Prajyot Shetkar!

 

I don’t see any commit on your flow, I don't know if you have any but if not you should check the commit option when you create the account to store the values on the database.

 

 

If that doesn’t work please let me know

Thanks in advance

answered
3

Hey Prajyot! Thats because the User needs to fill the Name attribute instead the FullName.

Name attribute is mandatory cause is the one that the user uses to log in on the application.

 

answered
0

Getting this error now after changing

answered
0

Hi Prajyot,

The account entity is generalized with user entity where the name is required field where the validation rule is available.

In Account object, set the “Name” attribute with respective login name.

 

answered