Salesforce Sales Cloud · Arazzo Workflow
Salesforce Sales Cloud Log Task On Account
Version 1.0.0
Find an Account by SOQL, then create a follow-up Task linked to it.
Provider
Workflows
log-task-on-account
Locate an Account and log a follow-up Task against it.
Runs a SOQL query for an Account, then creates a Task linked through WhatId to the matched Account. Ends without a write when no Account matches.
1
findAccount
executeSOQLQuery
Query for the Account by name.
2
createTask
createSObjectRecord
Create the Task linked to the matched Account via WhatId.