Skip to content

Instantly share code, notes, and snippets.

@RockyMtnMarc
Last active September 21, 2019 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RockyMtnMarc/56fc2902038e9d32d86cc529983499ca to your computer and use it in GitHub Desktop.
Save RockyMtnMarc/56fc2902038e9d32d86cc529983499ca to your computer and use it in GitHub Desktop.
Salesforce Process Builder Formula for generating a Survey Invitation URL
'https://YOUR_DOMAIN_HERE.force.com/survey/runtimeApp.app?invitationId='+
[SurveyInvitation].Id+
'&surveyName=YOUR_SURVEY_API_NAME_HERE&UUID='
+[SurveyInvitation].UUID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment