Notifications
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Michael E. Gernaey 519 Super User 2025 Season 2
Tomac 296 Moderator
abm abm 232 Most Valuable Professional