• Ransom Barber
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Question... I have a CloudPage with a smart capture section. I am using a RetrieveSalesforceObjects() call to pre-populate the data on the page, but now I want to update the data using the UpdateSingleSalesforceObject() call when the user presses the Submit button. What I am trying to figure out is now can I read the data that the user entered on the form to add it to the UpdateSingleSalesforceObject() call? If I hardcode values, Salesforce gets updated, but I just don't see how to read the form data.
 
Does anybody have any pointers?