Tag: Salesforce Flow

  • How can I use Custom Labels in Field Service Mobile Flows?

    Question I’ve been replacing hard-coded text in Field Service Mobile Flows with Custom Labels to support translations. Since Custom Labels cannot be applied directly to Display Text components, I followed a workaround that suggests creating a Formula Text Resource to reference the Custom Label, then using that formula in the Display Text component. However, when…

  • Add Dynamic CC in Salesforce Flow?

    Question How can I dynamically add a CC recipient address list in Salesforce Flow? Answer To dynamically add CC recipients in Salesforce Flow while sending emails, you can use a combination of Email Alerts and Flows. Here’s a structured explanation of the process and its variations. Option 1: Using Email Alert with Flow To achieve…