VBCS Visual Builder error : Assing Variable TypeError: Cannot Read Property
(Doc ID 2584464.1)
Last updated on SEPTEMBER 30, 2022
Applies to:
Visual Builder Studio - Version 19.4.3 and laterInformation in this document applies to any platform.
Symptoms
Attempt to invoke service using Oracle Process cloud REST API to get the payload of a task. The payload of this task is a business object defined in the process.
When invoking the resource (/ ic / api / process / v1 / tasks / {id} / payload), the return value comes in json like this:
"bOOrdenOrder.cantidad": "asd",
"bOOrdenOrder.centroCostos": "asdasd",
"bOOrdenOrder.costoUnidad": "asd",
"bOOrdenOrder.detalle": "asd"
}
In Visual Builder, if I create a service connection to invoke the service to get the payload, the result from the service in the assign field can be mapped successfully the output of the service to the variables. But, in runtime, it's throwing error:
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |