Is there any way to calculate or lookup a value and use that calculated value in the Email Invite?
Scenario:
We are receiving Brand ID from the Contact List.
If BrandID = 1
then BrandName = ABC, BrandLog = https://abc.com, CustomerCareNumber = 12345
If BrandID = 2
then BrandName = EFG, BrandLog = https://efg.com, CustomerCareNumber = 23456
If BrandID = 3
then BrandName = XYZ, BrandLog = https://xyz.com, CustomerCareNumber = 98765
Based on Brand ID in the Contact List, I’m able to use Branch and Set Embedded data in the Survey Flow to calculate Brand specific values. I’m able to use these calculated values in the Survey but not in the Email Invite.
I tried Supplemental Data Source too, but I see no option to use SBS data in Email Invite.
Adding all brand Specific details in the Contact List seems like a lot of duplicate data!