Hi, I think I used this dll in the past for working with Excel server side without installed Excel. https://www.nuget.org/packages/EPPlus/4.5.3.3 I'm unsure because I've primarily used the PowerShell module "ImportExcel" when working with worksheets. There's also later version but as of v
Hi Łukasz, did you have a chance to see how WEBCON is handling an item list with so many rows? I may be running in a similar scenario soon. :) Best regards, Daniel
Hi Sébastien, I have to admit, I don’t understand the issue. In general a process should behave the same in each environment. If you sometimes want to have a task and sometimes not, you would need a flow control as intermediate steps always need a task. If you don’t have separate environ
Hi Yordanka, this would be something for a custom authentication SDK. Here you find an example for a client certificate: https://daniels-notes.de/posts/2025/sharepoint-certificat-authentication-sdk Best regards, Daniel
Hi Dariusz, I noticed the same, each form rule warning is logged in the Windows Event Log. You have probably a form rule referencing a field which is not visible in the current step. Doesn't help much without additional information. :) Best regards, Daniel
Hi Balint, while I can't help you with this. You could create different Designer Studio shortcuts for each environment: WEBCON Designer Studio.exe" -protocol "webcon://https://YourBPSPortalAddress/¶meters=" _iedebug _admin There's also an option to "install" different Designer Studi
Hi Sébastien, I haven't tested it and my typically response to these kind of questions is another question: Did you try or have been even been interested in changing the Excel or Word icon? Most of the time I get no response at all. While I can understand the reasoning behind it a bit, I don
Hi Łukasz, I’m wondering whether it would be better to create a new workflow instance every 6 hours instead of refreshing the existing one. Whenever a timer is executes, you create a new version which may cause problems before long. I haven’t verified whether the maximum number of version has
Hi Franek, that’s a good idea. I used it myself in a report with an URL filter to filter a multi value choose field, but I didn’t make the connection. I also used the same approach until I realized that there’s a more readable way to. Instead of testing all cases middle, start, end, single va
Hi, I'm currently trying to figure out a way to filter a Custom data source with an "dynamic" filter. Here's a rough overview: #Custom data source I've created an SDK of type data source which prepares the data #Filter I have a filter value which is dynamic for a given workflow instanc
Hi, if we have a process relation the mail for such a workflow will be the "primary" application. If we want to change this "primary" application, we currently need to: - Remove all presentation elements in the target application - Delete the relation in the target application - Move the proc
Hi Adrian, from a pure technical point of view this would be possible. The WFD_description stores all information for each comment in a JSON object. Extending this object with two new properties "Step Id", "Step Label" wouldn't be a issue. It would also be possible to migrate the existing com
Hi Phil, there's no simple solution for this. I played around with it in 2021. Maybe this would be a good starting point for you: https://daniels-notes.de/posts/2021/focus-error-field#set-focus-on-validate-form-action-field It's likely, that the logic doesn't work any more because the underly
Hi Łukasz, the maximum number of rows I had was about 1500. Which is way less than your 20.000. The first think I would do is to hide the form field in the field matrix and use a data table instead, if necessary. Otherwise rendering the form will take forever. In addition to this you could
Hi, it would be an improvement, if we would have additional column to put a documentation why a specific field was mapped to an ExtensionAttribute. It would be even better, if we would have some kind of "Usages" tab, to locate where a specific extension attribute is used but this would be way
Hi Franek, Form rules are JavaScript code which is executed in the browser. Since action are executed on the server without a browser, they are never executed. Best regards, Daniel
Hi, it would be great, if the comment (WFD_Description) would be extended with step name in which the comment has been added. Maybe the information could be stored in the format: STPID#DefaultLabel$$DE$$Translated Label" This would allow us to select the correct label if we are parsing the
Hi Arthuzad, I' m not sure that I understand your question. The Timer has two operation modes, one which executes just an action, for example sending out reminders. The other one executes a path. https://docs.webcon.com/docs/2026R1/Studio/Workflow/Step/Actions/Action_Timer/#2-operation-mod
Hi Adndrosh, hi Tomasz you mentioned something what I actively forgot about the FormFieldExtensions. These are, from my experience, really fragile in terms of packages and the SDK Tools. Especially if you are a partner and working with different WEBCON versions they are a pain. At least this is
Hi Androsh, there are two options: 1. Form field extensions This will allow you to provide a custom UI representation and logic for a form field. This uses a form field as a "backend" and you can create the UI using React and add server side logic. There are some field types which can not be