WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Tom Obermayr > Forum messages

Tom Obermayr

User

I'm having some troubles using OPENJSON to parse a nested JSON response from a REST API: Following the solution posted at https://alterpaths.com/json-nested-collection-handling-in-webcon-bps/ but I cannot get the query to work in Webcon. When copying the whole query from the Show window into S

Thanks you. that works! Here is the whole custom action: public override void Run(RunCustomActionParams args) { _args = args; try { debug($"Starting RTF2Word action."); var attachmentManager = new Document

Hello, I'm trying to update (preferred) or add a new attachment from a custom SDK action but have been unable to do so. The action reads the contents of a word attachment and makes changes to the content and should then update the attachment. Reading the attachment works fine but updating