Action_Result Column?

leem
Level 1

Action_Result Column?

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?

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Action_Result Column?

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?