Action_Result Column? | Community
Skip to main content
New Participant
June 14, 2022
Question

Action_Result Column?

  • June 14, 2022
  • 1 reply
  • 1052 views

I'm looking at the activity_fill_out_form table in our data warehouse and see a column called action_result. The values in the column are either NULL or 'succeeded'. Can anyone explain the significance of this column?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
New Participant
June 14, 2022

You need to explain how you’re creating “tables” from the Marketo REST API. The API doesn’t present endpoints as tables (because they’re not, in many cases they’re abstract views across object storage and SQL storage).

 

Are you using a specific SDK, such as CData, that claims to translate the API responses into tables?