I have two forms each with a field for a checkbox where I want to get teh current state. Using data-ms-member=“inbound-agent-state” I can get the correct state (true or false) to show in the memberstack custom field dashbaord no problem.
But in the json using
ms-code-json-name="inbound-agent-state"
i get the following:
{
"null": {
"inbound-agent-state": "on",
"outbound-agent-state": "on"
}
}