Email Account Fetching

0
Hi Mendix Team,   Currently I'm Working with Email Module is that Possible to Fetch the TO Address Automatically From Another Entity Everytime I Enter new Mail ID it gets  Automatically Changed in TO Address is that Possible?   Thanks in Advance
asked
1 answers
0

Hi Prashanth,

When you click to open emailTab

write a logic just retrieve the email account & return them -> go to email tab take another dataview -> just select upper created DS_Microflow -> in the To address select that email attribute -> keep it read only.

answered