WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for map

(...) Add item list rows This action adds all rows from the specified Data source to the indicated Item list, without checking for duplicates, but taking into account the values specified in the Columns map ping section. Executing this action may result in duplicate rows of the Item list. The Column map ping option is used to map data source columns to the Item list columns. Based on this map ping confi (...)

(...) initialization typically involves integrating data from various sources, often using SQL scripts that can range from simple to complex. Once the script is created, the columns from the SQL output are map ped to the itemlist to ensure accurate data transfer. Alternatively, static initialization involves specifying the exact values with which the itemlist should be populated each time. By choosing th (...)

(...) d to populate user fields. Quite often the original users have left the company but we need to transfer the data anyway.  We have three different use cases we need to take into account: map ping users to other accounts The workflow is not finished and the users may receive a task. User is deleted We can create a external user. User is deactivated User is still synchronized whic (...)

(...) e, the system automatically limits the available data to that for which the user has privileges. On the other hand, if we want to provide the data of a specific workflow instance, we configure the map ping of the relevant form fields or item lists. The endpoint then requires the instance ID in the URL so that we can determine exactly which record the retrieved data belongs to. When we create an (...)

(...) r/exception handling. PowerShell Universal always returns the returned value as array. That's why the JSON string gets explicitely created instead of only returning $result. An array can only get map ped to a WEBCON item list and this is not what one wants because the returned parameters need to get map ped to "normal" form fields. The errorMessage value contains a PowerShell map that nee (...)

(...) rocessing.   The query inserted into the AI PROMPT function in the TEXT field is shown in the screenshot below:   At this stage, the data is not yet visible in the form. map ping occurs in the subsequent actions: "Set line items" and "Set header fields", which take the JSON object from the technical field and use it to populate the corresponding h (...)

(...) (hex); } // Track last active signature canvas so Undo knows where to apply let lastActiveCanvas = null; // Per-canvas undo stacks using ImageData snapshots const undoStacks = new Weakmap (); // canvas -> ImageData[] const MAX_UNDO = 200; function getStack(canvas){ let s = undoStacks.get(canvas); if(!s){ s = []; undoStacks.set(canvas, s); } return s; } f (...)

(...) placed by Serilog-based logging, and the amount of data written to legacy tables will gradually decrease until they are fully phased out. Information about these plans will be available in the Roadmap . At this moment, the following remain unchanged: logging by the Service — AdminWfEventLogs, Event Viewer, etc. diagnostic sessions REST API and UDA logs   Summary (...)

(...) I have the challenge to read form fields of a pdf document and store them in the workflow instance. The idea is, to implement an sdk custom action, where I am able to configure a map ping between the pdf form fields and fields of the workflow instance. The ideal solution is having two columns in a dynamic grid (similar as in the image attached), where i am able to add as many rows as i need. One t (...)

(...) Hello everyone! Have u stumble upon this error when u make a request through the action and map the body on a field? In the body field as mentioned in the picture should be the body , the json but, is shown the type of collection ( System.Collections.Generic.Dictionary`2[System.String,System.Object] )

(...) //community.webcon.com/forum/thread/555/46 having been removed in 2021.1.3.143 (tested, worked fine), something similar is happening in 2021.1.3.163 when you use a picker field in an item list, and map it's data source-columns into other columns of the item list. It then throws: "b.map is not a function"-error, see attached screenshot. If I dont map data source columns to other columns it doesn't (...)

(...) Hello, I want to download data from REST Web service, which has collection type, but I can't map it because there is no type of attribute like that in Webcon. Can it be handled comehow?

(...) fields straight into the form with no errors and no OCR verification step. This sounds very good, but will Webcon be ready for this? Will there be actions allowing to read data from xml structure and map them to the form? Or maybe there is something working already? Michal

(...) ( with parameters) in one global business rule (with parameters). Every global business rule used has parameters. The business rule that appeals to the other business rules has parameters that are map ped in the appealed rules. I get the error when I testing. I explained the error and showed the code in the attached image. Thank you, Raluca

(...) reciate your vote! Problem: in case of mailapprove, approver sometimes enters some comments in email, which you cannot get back. Proposal: similarly to normal HMB, let's have some parameter-field map ping, to retrieve body of email. What do you think? Thank you! BR, Peter

(...) separate posts, sorry for flooding. Any comments, questions or suggestions are very welcomed. I would appreciate your vote! Problem: if you need to use SOAP and get back complex xml, sometimes map ping fails (multi level structures cannot be map ped) Proposal: similary to REST action, give possibility to get back whole respond xml. Then you have the chance to get content with SQL query. Wha (...)

(...) el tables only if you have a table container already added. Sometimes it is difficult if we want to process data in excel table coming from third party. Proposal: there is a way to define column map ping for itemlist file importing. It would be nice to have a feature in import action to take into account that one, instead of expecting a table in excel file. What do you think? Thank you! BR (...)

(...) Hi, it is posible to export data from item list to Excel in action but only id from column value? Only way i found is map item list to excel table (Sheet1!Table1). In this way the whole (id and name) of column is exported. But I want only id or name.

(...) e.Studio.ImportExport.PortalImportManager.Save(ImportVerificationResult verificationResult, IImportLogger importLogger, String appVersion) bei WebCon.BPSCloud.Core.Studio.ApplicationSaver.Savemap pingLists(map pingList model, map pingList deleteModel, String appVersion, PermissionModel[] archive) bei WebCon.BPSCloud.Core.Studio.ApplicationSaver.Save(Stream content, Action`2 beforeSaveChe (...)

(...) b1-48e2-9b45-277df9ecc967 9/13/2022 2:12:06 PM Error: Incorrect data for translation at WebCon.WorkFlow.Base.ImportExport.Export.OwnersSetterForTranslates.SetOwners(map pingList map pingList, IExportLogger exportLogger) at WebCon.WorkFlow.Base.ImportExport.Export.OwnersSetter.SetOwners(map pingList map pingList, IExportLogger exportLogger) at WebCon.WorkFlow.Bas (...)