Assign a Value from a Data View
{
"context": {
"user": "usef_id",
"password": "xxxx",
"project": {
"name": "imp_payments_demo",
"version": "1.0"
},
"workSet": {
"name": "api_2_workset",
"version": "1.1"
}
},
"entity": {
"step": {
"name": "imp_validate_outcomes",
"version": "1.0"
},
"attribute": "test_string",
"operands": [
{
"operator": "ASSIGN",
"value": {
"name": "cust_data_view",
"version": "1.0",
"attribute": "customer_type"
}
}
]
}
}


Last updated
Was this helpful?