I try to parse a JSON output from a get-job azure automation.

the data is :
Mode : Process
ContextDirectory :
ContextFile :
CacheDirectory :
CacheFile :
KeyStoreFile :
Settings : {}
[
{
"Alias": "testauto",
"DisplayName": "Test Automate",
}
]
Use a compose with this expression
json(join(skip(split(outputs('Data'), decodeUriComponent('%0A')), 9), decodeUriComponent('%0A')))
I got this error

any suggestions are welcome