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

forum

Hello :) I have a process where I generate an XML file. I would now like to extract this XML file in another process with a sustainable solution. My XML file contains multiple fields as well as lists. What would be the easiest way to achieve this using WEBCON? I was thinking of writing the content of my XML file into a technical multiline text field via SQL and then extracting it with the "Change Values" action. The lists would be handled with the "Update Item List" action. Is this possible? T (...)

Hi, I tried to work with Webcon API on the trial but only what I retrieve is empty list of tasks. I successfully authenticate by app client context and receive token which I used to read tasks. I cannot register by user context and I cannot read other data from Webcon. Is it a standard behavior for trial or is there something I missed?

Hello there :) I have fairly an easy question. I want to set up the timeout action which would remind users to do their step while the step would have the "Active" Status or onhold. The current logic did not work unfortunately :( Any tips on that? See attached. Igor

In Webcon Version: 2022.1.4.404 i noticed that the groups name you can not set in your way order it jump between other groups see animated png in attachment or it did not save changes ...

I have created a simple SDK Plugin that includes one input field. In the database, the field's value is saved in the format "24#24 Months$$de-DE$$24 Monate", and it is displayed in the report exactly as "24#24 Months$$de-DE$$24 Monate". My goal is to display this value in the report as "24 Months" when the user's language is English, and as "24 Monate" when the user's language is German. How can I achieve this multilanguage display in the report?

How to Set order of Attachments Category? I Have category list:: ID=1 Name starts from "P" ID=2 Name starts from "U" ID=3 Name starts from "A" I would like to sort category by "ID of Category" not by Category Name Letter / number .. work around will be probably ad 1. 2. 3. to order names ... but ... there is other way ?

Hello, I have a simple question, just out of curiosity, what does: ATT_IsSecret good for? I never used it and today I saw it and I realized I know nothing about it. If anyone has any knowledge, please share. Thank you, Best regards

Hi, I am still learning Webcon and currently exploring the Webcon API. I would like to understand more about authorization, invoking REST methods, and specifying the path for importing data into the correct dictionary. I’ve attached an image of my sample script, which successfully retrieves SharePoint data, but it encounters an error with Webcon authorization. I would appreciate guidance on what specific steps I should take or modifications I need to make. Thanks and Regards,

In Portal (Test-Umgebung) habe ich einen Vertreterregel definiert. Die funktioniert super, aber in Produktion-Umgebung funktioniert leider nicht. Benutzerkontext wurde nicht geändert. In Webcon-Designer sind die Einstellungen gleich. Könnten jemand erklären, woran es liegt? Vielen Dank! Viele Grüße Lina Sun

In which table can I find information about the time of editing a given ID by a user? Mayby do you have a query?

How to limit the number of returned items for a data source in a filter? (to one item maximum) Is only the DISTINCT or TOP option from T-SQL at the data source level left? Can this be done with some function at the filtering stage.

HI Everyone, I see that you're using a SDK action to delete rows in an item list. I'm following Daniel's post to add the pluggin in Webcon but I'm having some errors while importing the zip file. What SDK pluggin you're using? Thank you all https://github.com/Daniel-Krueger/webcon_cclsactions/releases

Hi, I have three fields: Name - text lastname - text domain - choice field And one technical field to which an action is assigned: concat[name][.][lastname][@][domain] The action works correctly but takes Polish characters into account. Is it possible, and how, to remove Polish characters in the technical field, i.e., replace "ą" with "a," and so on?

Hi, I have been interested for a long time in the topic of how the Superior type (Form) functionality works. I have not found any description anywhere of how it works. Has anyone used this and is able to say something about it?

hello, I'am importing process form test to production environment, but after i import process page can load beacuse i got error: action: Get ip: 10.200.97.3 | msg: An unhandled exception has occurred while executing the request. | agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0 | href: | ex: System.ArgumentException: Field with id=0 doesn't exist during import i got information that: 8/21/2024 10:19:45 (...)

Hi. Following Scenario: (Webcon Version 2021.1.5.367) I have an items list with (amongst others) a column for (multiple) attachments. Out of each line of the items list I start a workflow instance of another (start a subworkflow SQL) workflow and the attachments shall be copied to the new instance. Idea 1: I check "copy attachments" in the "Start a subworkflow". Issue: all attachments of the parent workflow are copied Idea 2: I create the instances and create an action template to (...)

Hey, I set up the default value 0 in column A of the Item list. How do you clean it by action or something on that condition where it is 0 then set an empty value in that row? A screen of the part item listed above

Hey, I was wondering if there is a possibility to change ordering of form menu buttons(screenshot below). I've already tried doing so, in the application's "Standard areas" panel, but it could not be modified that way.

I have problem ... [2022.1.4.404] maybe not problem but looks like is missing one option as Parameters in creating task .. or I don't know how to in proper way configure path ... Now we have 3 parameters: 1. Wait for the completion of required tasks, 2. Mark tasks as completed, 3. Mark tasks as canceled. but what if I have flow where element have assigned 4 people in parent flow A,B,C,D. A is finished B is waiting C is finishing D is waiting now I do move parent flow by (...)

Hello, I have element in archive database, when I click admin I show error "Cannot read properties of undefined (reading 'showTitle')". How it fix?