How to create a new case in salesforce using uipath

I’m using a Salesforce Application scope activity

@Garyy
Did you try these steps:

  1. Drag and drop the “Authenticate” activity and provide the necessary Salesforce credentials and instance details.
  2. Add a “Create Object” activity and set the “ObjectType” property to “Case”.
  3. Use the “Assign” activity to set the values of the case fields. For example, you can assign values to the “Subject” and “Description” fields.
  4. Add an “Invoke Method” activity and set the “MethodName” property to “Create”. Provide the Salesforce object created in step 2 as the “TargetObject”.
  5. Create a variable to store the case ID. Assign the output of the “Invoke Method” activity to this variable.
  6. 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?