Using Logic App SalesForce Connector to update Accounts.

Steve Moro 1 Reputation point
2022-06-02T21:31:58.277+00:00

Use Case: Fill the TOP 2 Account Records and Update the Shipping Country to USA.

I am trying to get the Update Record V3 working but cannot seem to understand where you tell the action how to update the Shipping Country to USA.

207920-logicapp-salesforce.png

Here is the config of the Logic App.

Thanks
Steve

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruno Lucas 4,436 Reputation points MVP
    2022-06-07T10:21:36.87+00:00

    Hi @Steve Moro

    That is a data field. Click add new parameter and select "Shipping Country"

    209085-image.png

    Shipping Country is a field of type address:

    209112-image.png

    You may need to pass a json similar to the ones in here:
    https://developer.salesforce.com/docs/atlas.en-us.caf_dev_guide.meta/caf_dev_guide/caf_dev_examples_api_rest.htm


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.