Hi George, Are the recipients real persons which exist in the system? In this case it could be that they have chosen a different language in the UI and therefore receive 'different' mails. If you only have one language for your users you could set the language on application level. This is just a
Hi, I haven't had the problem after the installation but you have two options: A) You could review Kamila post /subbed videos about setting up a new environment B) There's an emergency tool for granting users permission. It's located in the webcon designer folder under Program Files x86. I don't k
The new version is available. :) Christian, can you rename the thread? Best regards, Daniel
Hi everyone, I just noticed that for some reason step names are no longer displayed in reports or data grids using internal views. The root cause of this is that I used the REST Designer Studio. When you save a process using the REST designer studio unset translation of changed objects are saved as
Hi, Sebastian already referenced Kamils post which answers the question. I'm just adding the following in case it is not available at some time: Query for choice field (attribute): WITH pickerOptions as ( select '-20' as Id, 'Other$$DE$$Anderes' as Label union select '-10' as Id, 'Business$$D
Hi Siddharth, I wasn't aware of this, but there's an action to read data from an excel file In this action you can define a reference in the excel file and the target field or item list. An item list can be populated if you define a table in excel (format the area as a table). See (1) in the image
Hi Christian, I can confirm this. If the autocomplete value can identify a unique element the target field is populated just fine. Once the search window is opened, one element is selected, the error is raised. I tested this with a person and a REST data source. I'm quite sure that it was working
Hi Darek, my example didn't involve BPS. Did you receive the error when the script has been executed as a BPS action or executing it with PowerShell only. In the later case you should probably involve someone at your company who knows about setting up network shares and who can check whether the
I've just tested this from within PowerShell ISE: $ComputerName = "GLDTC-*" $path = "D$\temp123" $createdFolder = New-Item -Path "FileSystem::\\$ComputerName\$Path" -type directory -Force Write-Host "Current server $env:COMPUTERNAME" Write-Host "Folder created $($createdFolder.FullName)" "D$" is
Hi Darek, did you succeed in creating the folder via UI using ino the service account (rdp login with service account on the webcon server)? If this works you should also be able to create the folder using one of these scripts from the stack overflow question: Webcon service has permission UNC pat
Hi Darek, the simplest way to create the folder would be to use the PowerShell action. Here are two examples; https://stackoverflow.com/questions/5226772/powershell-create-folder-on-remote-server/23550226 You could generate the link in advance, store it in a field and pass it to the script. I'm no
Hi Andreia, If the copy from the table has always the same format you could prepare an excel file with two sheets. One into which the flight information are copied the other one consists of formulas which extract/transform the data. The second sheet could also be protected and probably hidden from
Thanks Christian for mentioning that you did it with form rules. :) I've come up with a general solution to achieve the intended effect. https://daniels-notes.de/posts/2021/focus-error-field
Hi Bo, I have to admit, I don't know the abbreviation you used. The modification of any field/attachment is stored in the database and accessable via UI or history tables just fine. You could create a workflow which runs periodically to send these information to an others system via REST/SOAP or a
Hi Siddharth, you can achieve this by importing the excel sheet and start sub workflows for each item list row. Importing an excel sheet is explained here: https://community.webcon.com/posts/post/importing-and-exporting-data-from-the-item-list/204 Multiple workflows can be started using the Star
Hi Nik, as far as I'm aware this needs to be done by a WEBCON employee. I opened a ticket in the Support Portal for this last year. Best regards, Daniel
Hi Michał, each timeout is stoped once the workflow leaves the current step. The interval makes no difference in this case. On the other hand you can accidentally create an infinite timeout from a timeout which should be created only once. This can happen if the timeout uses a path which moves the
Thanks for changing this in 2021.1.2.136 :)
Hi Nik, the stored procedure ReplaceLogins replaces affects all tables where a user could be defined. Starting with business entities assignment over delegations, all fields in WFElements over securities. :) I have on remark regarding the REST API Import approach. I assume that you not only need t
Hi Bo, this questions brings me back 10 years, when I had to do this in a SharePoint application. :) My best idea is the following in case that everyone needs to decide for an action: 1) The path leading to approval step is set to "Completion - All" 2) The options (paths) in the new step are set t