on 2026 Mar 27 7:00 AM
Hi Experts,
Business Scenario -in automation sequence (production connector as runtime environment) we are using structCompGet function to get attribute tag from the structure below:
{
"Body": {
"TempRequests": [
{
"OperationId": "0040",
"StationId": "AY10052A",
"Attribute": [
"27","28","29"
]
},
{
"OperationId": "0030",
"StationId": "AY10052A",
"Attribute": [
"32","31","33"
]
}
]
}output of structcompget function - "[\"27\",\"28\",29]" as string output its coming.
we have to convert this string output to string array so we can get use arraygetvalue function.
Problem - how to convert string output to string array. we are trying to use fromJson function but as per SAP documentation - Functions in the Expression Editor | SAP Help Portal .
can anyone please help us to convert the string output to stringArray. Quick help is appreciated.
Regards,
Ankit Gupta
Request clarification before answering.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.