Hi everyone, I would like to extract all phrases from a text (e.g., an email body) that match a specific format defined by a regular expression. Is it possible to achieve this using WEBCON’s built-in functions?
Hey, I'm trying to notify user on a timer action. After it gets triggered the current instance should be moved to specific step. Is there any other way to achieve it instead of using 'Move worfklow' in the referred automation ?
I am using the "Generate an Excel File" action to generate and send out an Excel to a customer, using values from an Item List. Following that action, I'm using another "Generate an Excel file" action to then update the existing Excel and map it's column name cells (A1-Z1) to Business Rules containing translations for those column names, so we don't have to use our internal Item List names. That now leads to the generated - translated Excel to become corrupted, as supposedly, its internal XML da (...)
Hi all, I have installed WEBCON BPS and created a Test user in System settings → BPS users and groups list. I assigned this Test user various permissions in Global privileges. However, after logging out from the admin account, I am always redirected to the admin login URL, where I can log in only with the default Admin account
Hi, I have a question from users at my company. We use WEBCON BPS PORTAL Version: 2025.2.1.259. Is it possible to sort attachments at the individual user level (not the entire process) and save these settings so that after exiting a case, attachments remain according to the user's individual preferences? Currently, attachments are sorted by date added throughout the system, but some users need alphabetical sorting with the option to change the attachment name.
Hi everybody, According to the documentation (2025 R2), there should be a running mode for API Definitions (User Defined API) called “Actions on a workflow instance” which, depending on the selected action, allows using PATCH requests: https://docs.webcon.com/docs/2025R2/Studio/Process/APIDefinition/#2-running-mode However, in my 2025 R2 environment I can only see these running modes: • Run automation • Get data from data source • Get data from element instance The tooltip in D (...)
Hi everyone! Is there a standardized way to remove binary data from the ATF_Value column in attachments? This column displays values like 0x[…] whenever an attachment exists on the form. However, when we delete the attachment manually, the binary data is still visible because it’s stored in the element’s history logs. When I use the Delete attachments action with the options “all” and “delete attachments and all historical binary data”, it correctly removes the attachments and clears th (...)
How can i fill target fields of an autocomplete field when setting the autocomplete via an Action? There is an action where i fill an autocomplete field via an action however the target fields are not automatically filled with it. I would prefer if i do not have to fill them individually.
I have an automation "Get Full PDF" which includes a "invoke Rest-Service". If I run this automation via Menu-Action => all is fine. If I run this automation in a Timer-Action of a system-Step I get this results (this also happens if I run the automation on path-action) last operation status success: False last operation status validation error:True error exec. time exceded: False error msg: Invoke REST Web service - Request Url: https://app1.hypo.web/volt/resttools.nsf/download.xsp Res (...)
Hi, is there a way to update two fields in the info panel, shown in the screenshot below ? I'm running a 'Start workflow(SQL)' action and it seems that I can only overwite the author, but that still wouldn't work because values is not obtained thorugh sql, but applied.
Hi to all, for a little workflow I'd like to copy a file from one Sharepoint bib to another. This should be done automatically as soon as a new file is uploaded. I have 2 problems: - The workflow works with the actions for sharepoint with downloading and saving, but the attachment is empty. It always has 0kb. What could be the problem? We mentioned if it only saves the meta data and not the content but where can I adjust it? - How can I give the workflow the instruction to start automaticall (...)
Hi, maybe I'm just overlooking the obvious, but I can't remove the description of an attachment. I don't want to set it to a space character because this would still show the description HTML element which takes up space in the UI. I've used the "Update attachment" action, ticked the bock to change the description and tried: - Setting no value in the description field - Assign a local parameter with the following value assignment -- No value, didn't change the description -- Empty, (...)
Hi, How can I add a static value to JSON - grid? I don't want to add Source field. I have a value that will not change. Furthermore, I wolud like to put it in there the easiest way possible. Pls help :)
Hi, I'd like to ask if you know of any ways to avoid losing WCAG tags when converting a Word file (WCAG-compliant) to PDF. Attached is the report from the WCAG compliance scanner for the PDF file.
I closed my initial thread because I thought I solved the problem but I was wrong. So I ask the question again: My Microsoft Word application have some specific settings for Track Changes (Insertions are color only and deletions are hidden). These settings are carried over when saving the word document as PDF. My problem is that the track changes settings are not carried over when I use the webcon action "Convert Word to PDF". It uses the standard track changes settings. How can I change th (...)
My Microsoft Word application have some specific settings for Track Changes (Insertions are color only and deletions are hidden). These settings are carried over when saving the word document as PDF. My problem is that the track changes settings are not carried over when I use the webcon action "Convert Word to PDF". It uses the standard track changes settings. How can I change this behavior? Thanks for any help Never mind. New changes are converted correctly. Existing changes were not c (...)
Business example: We have a process that many people can access, but only the administrator and the creator can edit it. Other users would like to clone existing documents to save time, but they can only do this for documents they are the author of. Is there any reasonable workaround to let users without edit rights use such an action? P.S. I have to use the SQL option because of position lists in the instance.
Hello, I have a problem that I need to solve and I hope you could help me. The case is that we are collecting data in Excel files regarding temperature and humidity from devices – these are automatically generated files that land in our mailbox and are then loaded into the workflow. The reading works perfectly if the Excel file contains a table. Does anyone know a way to read data from a range in Excel in Webcon? I tried specifying the range A1:B10, but unfortunately it didn’t work. Thank yo (...)
hey, i'm trying to create an alert notification in case some of the dates are not matching in the form. main problem is that i cannot use form rule(Alert) in the automation, as it would need to be triggered on menu action 'Upon instance saving..'. is there any way around this ?
Hi, I'm working with api that doesn't allow uptade of whole list at once and it could be done only row by row. How to call REST API for each row in item list and pass related values ? I've tried to use foreach row and business rule in call definition but it doesn't work.