Announcements
replace(string(outputs('JSON_analysieren')), 'body', 'root')
{"root":{"Spalte1":"abc","Spalte2":"bcd","Spalte3":"cde"}}
xpath(xml(outputs('Verfassen_2')), '/root/*')
Unable to process template language expressions in action 'Verfassen_4' inputs at line '0' and column '0': 'The template language function 'xml' parameter is not valid. The provided value cannot be converted to XML: 'Data at the root level is invalid. Line 1, position 1.'. Please see https://aka.ms/logicexpressions#xml for usage details.'.
[ {"key": "Spalte1"}, {"key": "Spalte2"}, {"key": "Spalte3"} ]
[ "Spalte1", "Spalte2", "Spalte3" ]
first(outputs('In_Tabelle_vorhandene_Zeilen_auflisten')?['body/value'])
{ "@odata.etag": "", "ItemInternalId": "xxxxxxx", "Spalte1": "abc", "Spalte2": "bcd", "Spalte3": "cde" }
removeProperty( removeProperty( json( replace( string(outputs('Verfassen')),'@odata.','odata')), 'odataetag'), 'ItemInternalId')
{ "Spalte1": "abc", "Spalte2": "bcd", "Spalte3": "cde", }
{ "type": "object", "properties": { "Spalte1": { "type": "string" }, "Mitarbeiterkreis": { "type": "string" }, "Spalte2": { "type": "string" }, "Spalte3": { "type": "string" } } }
{ "body": { "Spalte1": "abc", "Spalte2": "bcd", "Spalte3": "cde" } }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 592
Valantis 340
11manish 284