how to do login credentials

How to verify the correct user for login credentials and if invalid user it should shows error

@DeepakR16770100 Where are you experiencing this error with “login credentials”? Could you please share more details related to the issue?

@DeepakR16770100

First You should create a data type then create a List datapage,then create a Report definition With two Filters Like User name and Password.

then Create a validation rule with the below condition then call the validate rule in flow action

D_ListCustomerDetails1[EmailID:.Login.EmailID,Password:.Login.Password].pxResultCount==0

If Any Doubt Reply Me