APIs & Integrations

nickiearchua
Member

optionsUrl not sending filled out fields inputFields always empty

Why is the payload from HubSpot not containing values of already filled out fields?

 

This is the body from HS payload

{
"origin": {
"portalId": 31231231,
"actionDefinitionId": 233511,
"actionDefinitionVersion": 1,
"actionExecutionIndexIdentifier": null,
"extensionDefinitionId": 233511,
"extensionDefinitionVersionId": 1
},
"inputFieldName": "myField",
"fetchOptions": {
"q": ""
},
"objectTypeId": "0-1",
"initialValue": "initial value",
"fields": {},
"userId": 12548322,
"inputFields": {},
"extensionDefinitionId": 233511,
"portalId": 31231231,
"extensionsDefinitionVersion": 1
}


The expected is inputFields should have the already filled out fields as stated in the documentationdownload.png

0 Upvotes
2 Replies 2
nickiearchua
Member

optionsUrl not sending filled out fields inputFields always empty

These are the things I've done so far but none is working:

  • Create new Custom Workflow Action - Still Not Working
  • Create new App and new Worklow Custom Action - Still Not Working
  • Create new Account, new App, and new Workflow Custom Action - Still Not Working
  • Created new User, new Account, new App, and new Workflow Custom Action - Still Not Working
0 Upvotes
nickiearchua
Member

optionsUrl not sending filled out fields inputFields always empty

In case someone asked if I saved the workflow changes, YES it's saved.

0 Upvotes