WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Latest posts

latest posts

Hi,

I was not able to reproduce this behavior either on the newest version or on the version you mentioned (2026.1.4.131).
The expected system behavior is that deleted item list rows are not preserved in the database — they are removed from the WFElementDetails table.

If you are still experiencing this issue in your environment, please contact WEBCON Support, as it may require a deeper investigation specific to your installation.

Regards,
Adrian Motyka

Hi,

I noticed that after migrating BPS groups with a package, the group owner field appeared blank (grayed out). I click "Add" and can specify a person, but this grayed-out line needs to be manually deleted.
Furthermore, if I didn't set a group owner, the save failed (the system cleared the group name and ID) and nothing happened.

After a while, I accessed these BPS groups, and the group owner field cleared out and the field is blank.

Do you have this problem too?

I have version 2026.1.4.131.

Hi,

having e.g. local AD and Entra ID enabled as authentication providers a user gets a page with the WEBCON logo and two buttons for Local AD oder Entra ID login.

Is there any way to force always Entra ID login? And if yes, is there any way to force this login page if e.g. an admin user (not existing in Entra ID) wants to use local AD as authentication provider? This could be e.g. a query parameter:
?forceLoginPage=true.

Kind regards
Sébastien

Update: There has been a bad return in the script that screwed the things up.

#

Hi,

I have a REST API endpoint in PowerShell Universal with the following code for the response:

[code]
$result = [PSCustomObject]@{
result = [PSCustomObject]@{
htmlLog = $html
}
isError = $isError #BOOL
errorCode = $errorCode #INT
errorMessage = $errorMessage
}
$json = $result | ConvertTo-Json -Depth 10 -Compress
return $json
[/code]

Mapping the response attributes to form fields (isError as bool and errorCode as int) throws these exceptions after the invoke:
- System.FormatException: String was not recognized as a valid Boolean.
- System.FormatException: Input string was not in a correct format.

Can anyone help on how to set the configuration in the response tab to get it to work?

Kind regards
Sébastien

Hi Patryk,

if just changing the file extension solves your matter have you already tried the update attachment action? Inside a for each of an automation you could use it for bulk renaming.

You can change the name of the attachment in this action. Just use a REPLACE with the original name and „.eml“ and „.msg“ as parameters.

Documentation:
https://docs.webcon.com/docs/2026R1/Studio/Action/Attachments/Action_ModifyAttachment#4-attachments-data

Another approach would be a full email conversion e.g. with PowerShell.

Kind regards
Sébastien