11 Feb 2022
in reply to
Missing user
Link to this post
Hello Charlotte,
Yes, it is related to security. Encrypting the GUID's adds an extra layer to protect any potentially sensitive information. The GUID's returned from CRM may not always need to be encrypted, but having everything Always Encrypted helps prevent any unwanted information being released to the public domain.
I would also like to add one more suggestion for your trials. If it is easier, in your rules manager, you can set the Action step to Run Script and use the text value (like the country name) to populate the lookup. In the script add the following line:
tpc.forms[0].field_developer_name.set_textValue("COUNTRY NAME");
Updating field_developer_name to the developer name of the lookup (found when you edit the wdiget and expand More Options) and the COUNTRY NAME to the text value of the country name (case insensitive).
Let me know if you have any more questions,
Brady
TPC Web Developer