Hi @Nived_Nambiar ,
thanks for you Answer ... that was a blast , failure by myself (see below) ?
For that views i screenshoted, the Columns are in there since hours. So there is nothing "new" or something like that.
When i Edit the Flow, the Columns are there and the one i need is filled with its value from parse json.


Fail in my Flow:
In the Key String from Compose Json and Parse Json there is an "n" which is not comparing.
"AN Nachn": @{ if (
empty(
outputs('Extract_information_from_documents')?['body/responsev2/predictionOutput/labels/AN_0020Na80860e68f74f29991a44460ac6333fe/text']
),
String('fehlt'),
Replace(
Replace(
Replace(
Replace(
Replace(
outputs('Extract_information_from_documents') ? ['body/responsev2/predictionOutput/labels/AN_0020Na80860e68f74f29991a44460ac6333fe/text'],
'/', ' '
),
'.', ' '
),
',', ''
),
'(', ' '
),
')', ' ')
)
},
"AN Nach": {
"type": "string"
},
Strange is that:
Input in ParseJson , Black Line is Customername

Parse JSON Schema (missing "n" at the end in Schema)

Output of Parse JSON (Black Line is Customername , same as input)

i didnt get focused on that json script and parse json, i believe that i get a failure in parse json if the Keys to the Value are wrong, so that i get a failure in Parse Json Action.
Also what confusing is for me ... that i get the right string back in output of parse json.
and I wouldn't have found the error if I hadn't taken screenshots for you to show you the problem 😉
anyway, thank you very much for trying to help me, I really appreciate it