Hi, the HTML field is not a value which is stored per workflow instance in the WFElements table. It's a field configuration. Even if the value of the HTML field would be stored, it would depend on the HTML tags. The report only supports a limited number of HTML elements. Therefore you would
Hi Ernst, maybe you can check which users have been resolved for this group in the database. This could work, but I haven't tested it. SELECT users.COS_BpsID FROM [dbo].[CacheOrganizationStructure] as users join [dbo].CacheOrganizationStructureGroupRelations as groupMembers
Hi Ernst, that's a great question which I haven't asked yet. We have numerous installation where it behaves differently. We always create a BPS user for the access to the database but regardless of this setting, sometimes the application pool account needs access to the databases and sometimes
Hi Rafał, there's no way to change this. Except from overwriting the value in the COS whenever the user synchronization has been executed. You could check out whether switching from "App context" to "User context" would be feasible. I haven't used it yet. https://developer.webcon.com/docs/ap
Hi Klaus, the question is what actions did you define in the OnExit, OnPath and OnEntry triggers? - Are they creating subworkflows - Is something maybe creating a deadlock Did you activate the diagnostic log? I'm not sure that it will return any information, when the executions runs on a tim
Hi Arek, the action can only be used in combination with automation parameters in a cyclical action. The cyclical action itself runs without a context. You can use either the "Move workflow (sql)" action and add the necessary actions to the path of the workflow or use the "Update related wo
"For performance reasons, we plan to withdraw "Searching structures" in version 2026 R1 and later releases. Please remember that this functionality can be effectively replaced by standard reports." Yes, while it can technically be replaced by standard reports it requires: - Setting up a report
For the time being I have created a workaround: https://daniels-notes.de/posts/2025/custom-gantt-chart
Hi Raluca, there's no history. That's a reason, why we created a process which is used to populate the groups. Best regards, daniel
Hi, it would be nice, if we could define, whether the description field is displayed is displayed when uploading a new attachment. If we are using the old "add attachment" option we can select the category. If we are using the new "add from camera" option, we can overwrite the filename and set
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 both
Hi Dom, I've also noticed that sometimes the latest data is not available for an action. Maybe the attachment is not yet committed to the database and therefore the action can not read it. Sometime it helps to move action from the OnPath trigger to the OnEntry of the next step. I'm not sure
Hi Franek, since you are developing your own plugins, the "SDK Framework" should be listed in the licenses overview (1). This is always the case if you have a subscription license. These can easily be identified by the expiration date (2). If the SDK Framework is not listed, you need purc
Hi Dom, the Body type "binary" works just fine for uploading documents to SharePoint. The multi part is way more complex and caused me problems. One of those is, that I'm not really knowledgeable about it at all and the body may depend on the endpoint implementation. I haven't created ticket at
Hi, it would be great, if the 'Search panel' configuration would allow the positioning of the 'Search everywhere' field. Currently this is always displayed at the top which makes it really tempting to use it for searching, even if there's a dedicated field has been added. While this is not
Hi, I haven't succeeded in using the multipart body type either. I documented my approaches here: https://daniels-notes.de/posts/2024/importing-applications-using-an-application#uploading-package-with-standard-rest-action In the end I created a custom action using the SDK: https://daniels-
Hi Marcin, inside the for each you can make use of the if or else switch operator. You can use them to define the condition when a row/field should be updated. I only mentioned it, because some people may struggle with the SQL statement and this would be an alternative. Best regards, Dani
Hi, depending on the complexity it may be easier to use the foreach operator. In the for each operator you can use the 'Change value of single field' action to modify a column/cell of the current row. Best regards, Daniel
Hi Cezary, I'm not sure that I really understand your question. The suggested reports are a widget of a dashboard and they are always on the system dashboard. If you change the default dashboard to custom dashboard the users won't see them. With a little css you can also hide the system dashboard
Hi Krzysztof, you could try a workaround. - Assign another variable to the parameter - Activate the advanced mode - Replace the variable by the actual all form type variable Best regards, Daniel