We have a XAAS BP with workflow "Launch Instance" for AWS. When we provision a AWS machine through API getting below error
{
"errors": [
{
"code": 10101,
"source": null,
"message": "Invalid argument.",
"systemMessage": "Expected EntityReferenceDatum, not java.lang.String for Field: client",
"moreInfoUrl": null
}
]
}
We have tried multiple client values like "AWS [us-east-1] [ id=64d744d2-71d8-4b3a-83e6-144f46130d12/us-east-1 ]" but none helped. How can we define the client value?