I’m using a Salesforce Application scope activity
@Garyy
Did you try these steps:
- Drag and drop the “Authenticate” activity and provide the necessary Salesforce credentials and instance details.
- Add a “Create Object” activity and set the “ObjectType” property to “Case”.
- Use the “Assign” activity to set the values of the case fields. For example, you can assign values to the “Subject” and “Description” fields.
- Add an “Invoke Method” activity and set the “MethodName” property to “Create”. Provide the Salesforce object created in step 2 as the “TargetObject”.
- Create a variable to store the case ID. Assign the output of the “Invoke Method” activity to this variable.
- Add a “Log Message” or “Message Box” activity to display a success message indicating that the case creation process is complete.
I did not found Authenticate Activity, where i get?