(...) Hi i have a task to extract form fields from all the applications that has like this makred. Can anybody help? would be much appreciated
(...) Good day webcon community, As the title states, i ask myself if javascript is faster than using form rules. As example i had a form rule what would get the sum of a number column in an item list and compare it to another field. It took sometime for the form rule to procress this, while my javascript that i wrote in a html element did it much faster. I wonder now if i should reimplement certain funct (...)
(...) Is there any way to offer an option to an user to return its form after he/she sent it to another user? Let's say that we have a following situation: 1) User A opens a new form and fill it up. 2) After filling it up the user sends this form to his manager for approval. 3) After 5 minutes the user realized that he missed one issue. He wants to return this form back to his step. Is there any wa (...)
(...) I've just found out that when I switch multiple lines of text field from the standard type to form atted it just disapears and there is a type error with no furter explanation. Is it just in my case or is it common in the latest version?
(...) Hi guys, in version 2025, much more space is needed between the lines in the form than in version 2023. Can this be adjusted somewhere? Thanks in advance Gerd
(...) Hi, I have a problem and a question I have a form on which I have an attribute as an html button that directs me to a resource on sharepoint on which it loads some file. I need that after loading this file on sharepoint, a link directly to this file is saved in webcon in another attribute, e.g. the name of the attribute "link" Is there a chance for such a solution? Thanks in advance
(...) I've just found out that when I switch multiple lines of text field from the standard type to form atted it just disapears and there is a type error with no furter explanation. Is it just in my case or is it common in the latest version?
(...) Hi guys, in version 2025 there is a "banner" like "lagoon", "planet" or "wave" predefined in the form types. Can the selection be expanded to include another image? I would like to use a logo with our CI Thanks Gerd
(...) Hi all! I just wanted to know, if there is a more sophisticated way to rename a tab or a field label in a form rule. We did some hacks in the past (e.g. renaming a tab in a register depending on some conditions), but since these changes are relying on HTML markup of a specific version, these scripts will definitely break in the next major version. Is there a better way to rename a tab in a re (...)
(...) I want to use a REST DataSource to get customer inform ation (ie name) via customer number. I have a form with a customer number field. I have a REST DataSource "REST GET CUSTOMER DATA" (..../getKundenData?customernumber=CUSTOMERNUMBER.Standard) which returns a json with all relevant customer data. I used a business rule to get the value from the REST datasource and a form rule (on value change) to (...)
(...) Hello, Have you tried run the Public form s in version 2025? I downloaded the source from github: https://github.com/WEBCON-BPS/public-form s I have the appsettings.json file configured (as in the picture). I get an error when trying to log in
Hi, I need to place a picture in a word template document. The picture is obtained during each instance process as a canvas export, base64 string. I can't find a suitable way to include the custom picture in a word template. I'd stay to word template, not changing to HTML. Thanks for your help, Mihail
Currently we have following keyboard types that can be used for Text Attributes: text, search, decimal, numeric, url, email, tel. But sometimes we don't want device to show any keyboard. For example if you are creating process for user with barcode gun. The keybaord that shows on the screen can take half of the screeen. The perfect solution would be to add 'none' option to keyboard types.
(...) ichał Ludwiczak described on 2025-01-03: 🔗 https://community.webcon.com/forum/thread/6483/15 He reported: "I've just found out that when I switch a multiple lines of text field from standard to form atted, it simply disappears, and a type error occurs without further explanation. Is this just happening to me, or is it a common issue in the latest version?" We are experiencing the same problem (...)
(...) Hi In order to improve and standardize the appearance of data entered in the description field, I propose adding the option of form atting HTML text in the description of groups and tabs. Similarly to what is possible in the description fields on attributes. Regards
(...) Hi everyone, We're working on a process in WEBCON where we need to display a countdown timer on a form . Specifically, we want the timer to be shown in the [time until next adjustment] field, counting down to the next scheduled update. The timeout is set to update the [value] field, and the countdown should dynamically reflect the remaining time until that happens. Has anyone implemented somethin (...)
(...) popup. Even if the documentation is updated to mention this different behavior. I find it counter intuitive that this should be a different Instead of changing the current way, I would prefer a form rule which can be used to display an attachment in the preview. This way we wouldn't be limited to the first attachment but could get the attachment to display with a business rule or similar. Bes (...)
(...) Hi, will there be an alternative to the current option the "Searching structures" offers in 2026? https://community.webcon.com/posts/post/platform -compatibility-roadmap/236/10 This is one feature I'm using on a regular basis. Either when I'm creating a new application and I don't want to bother with reports at this point in time or when doing support in production environments. Am I'm the (...)
(...) Hi, it would be amazing if Designer Desk would support multiple workflows and form s in projects. Is this already on the roadmap maybe? Kind Regards Sébastien
(...) Hi, I need to send data as "multipart/form -data" I am trying to configure the Request Body tab of the "Invoke REST Web Service" action. I set the Body Type as "multipart" and the JSON part header as "Content-Type: multipart/form -data" How should the value for the JSON part field be form atted? Should it be in JSON? (I have tried but without success.)