I am working on an app, where there is a field in form where user can select multiple selection in a field. After the user select the fields and click on submit. an email is being sent to the user with the details of what multiple options he has selected while filling the form.
I am using outlook connection.
But the email which i am getting is having only one last selection from multiple selection fields.
Spoiler (Highlight to read)
this is the action which i am using :
"System Affected: " &DataCardValue21.Selected.Value
Spoiler (Highlight to read)
Need help in this action?
this is the action which i am using :"System Affected: " &DataCardValue21.Selected.Value Need help in this action?
and the email which i am getting is:
Output in email:
Incident type: IT
Description: not being able to login into Microsoft account
System Affected: Outlook Calendar
Severity: 3
Here in Output, system affected is only coming as Outlook Calendar but while filling the form i have used multiple selection like Teams, Outlook etc