Hi Vitalii, you may also take a look at this idea: https://daniels-notes.de/posts/2025/reduced-item-list-size Best regards, Daniel
Hi Stanislaw, there's no longer a "default dashboard" in 2025. The system dashboard is gone and we can configure the "Application home" dashboard. There's an option to restore the default configuration of the application home in edit mode. Best regards, Daniel
Hi, until two hours ago, I would have said, that you can't use AI to help with SQL command generation and documentation. Then I started playing around VS Code. My POC switched my opinion completely. Can something like this be added. :) The first two images is the generation of an SQL state
There's also an alternative for the global constants if you are using one of the later versions. A function was added to return the Portal URL. I'm not sure that this is available everywhere. Best regards, Daniel
Hi, in case this goes into the backlog, please take also a look at an option, so that scripts with variables can easily be copied from and to WEBCON. I doubt anyone is developing these scripts in the Designer Studio. I attached an image from my workaround for a verify simplified script, which
Hi Arthuzad, Maks listed the data table/data row documentation which would to create a "calculated column" in the form. If you really need to update the data, than you could also use the "Update related workflow" action. You can execute a "save" action on another workflow instance with this.
Hi, it would be great if the Change history details would contain the GUID of the modified element. I was able to identify the modified object using the SaveStamp, but this will only work for the latest change. Best regards, Daniel
I just had to make a mistake after submitting the user voice... I've accidently overwritten a dashboard in production. Thanks to the change history I was able to "restore" the dashboard was a little SQL command.
Hi, it would be great if we have a similar setting to the "Process modified by export-import mechanism" on application level. This could then be used to prevent (accidently) on the production environment which may get overwritten the next time. This would apply to: - Dashboards - Reports - P
Hi Gerd, this is not supported. The column selection defines which database columns are fetched. Since each process defines there own columns the meaning of the database column could be different. For example in the first process WFD_AttText1 stores the title of a workflow instance, and in the s
Hi, we just faced a situation in which we deployed a process to a new (customer) environment. The license did not include the "Advanced Analytics Framework". While testing everything we have run into a "License expired" error. This was raised by the "Start /Stop performance indicator" action.
Hi Lukasz, I wasn't able to reproduce the issue after entering the credentials again. Therefore I didn't open a ticket but I still wanted to put this in the community, in case someone else encounters it. This is the call stack: Event source WEBCON Emails Manager Event details: E-mail Sender
Hi everyone, I got the below error, when mails should be send via Graph: "Content type text/html does not have a factory registered to be parsed" As it turned it, the cause have been invalid/corrupted credentials. Updating the credentials resolved the issue. Best regards, Daniel
Thanks, I wasn’t aware that there is such an option. I will suggest it.
Hi Franek, I wasn’t able to use the multipart mode https://daniels-notes.de/posts/2024/importing-applications-using-an-application#request-body-type-multipart But it could be different in your case.. I would suggest to add a proxy like HttpToolkit to view the raw outgoing request. You may
Hi Sébastien, there's a "save all" button in the top left corner. If this is the only use case for the "expand all" feature, I would say, that it's not needed and would be insufficient. If you changed anything in the data sources / system settings, these wouldn't be visible in this view. B
Something was definitely changed. I did not have thousands of unread elements in my Outlook feed.
Hi, as you noticed, there's no build in function to access a previous value. An alternative would be to store the current value in a technical field. You could do this on form load / using the behavior tab or with an action, after the check has been executed. Best regards, Daniel
Hi Maciek, I'm really surprised, that tasks have been assigned to the employee also the AD account was blocked. The last time, when a task should be assigned to a user which is no longer active / can not be resolved in people field, we got an error. My approach would be: - Identify the tasks
Hi Mario, you could take a loot at my approach: https://daniels-notes.de/posts/2025/modal-dialog-for-dashboard Best regards, Daniel