I have few mails in Data Type and I want to populate those mails in Auto-complete dropdown

I have a few mails in Data Type and I want to populate those mails in Auto-complete dropdown.

But if I am entering other mails in an auto-complete dropdown it is accepting other mails too. In my requirement I want to restrict the user to select the mails which are populating from auto-complete.

Please help me to achieve this use case.

Thanks in advance.

Hi @Chandrakanth B,

You can write an activity and browse data from data type and check for Email id, if it does not exist you can set Property-set-message based on when condition (pagename.pxResultCount==0)

Please find the attachment for your better understanding

Thanks

Thanks for your answer @Mohd Qizer Uddin. It worked for me