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

most commented

Hi, Does any of you know how the API key should be entered in the SDK action in the "Integration key" field? On the autenti platform, I generated the ID and key, but entering the same key in the integration key does not work and I get the error: 401 Unauthorized. Best regards, Jakub

Hi, I have a main workflow where I have 5 text fields. Some of these fields are displayed on the sub workflow form(Sub Workflows start on a specific main workflow step) Sometimes I have to change one of the filed value on the main workflow( on step " Wait for sub-workflows) which is displayed on the subworkflows form. When I change field value on the main flow, the same field is not updated on the subworkflows form despite it is the same field. Do you know how to update the field on the (...)

Hello! I have another case to solve. There is list of employees which is maganed by one employee A. That employee A wants to share that list to few directors (B, C) to ask them for fill in some columus. My question is that is there some action to split item list for subprocesses and then, after directors (B, C) fill data, return it to main process (to employee A)? The condition that need to be met is that director B can't see data of director C (only employee A who manage the list can see a (...)

Hi community! We are getting some data from external system via REST API. Specifically workflow elements are created and there is a default path for saving workflow element. This can be easily done with the well known POST endpoint: /api/data/v4.0/db/{dbId}/elements Now we are facing the challenge to check if there are already elements in our system, to avoid duplicates. This can also easily be done with an integrated SQL query like Select Count() from WFElements WHERE ... So we (...)

I have already used the database provided by European Central Bank for currency exchange. But i want to use REST for conversion of currency exchange(mostly for euro). What should be the URL/REST request suffix when im selecting GET HTTP method.

Hi folks, My goal is to send an email when a comment has been entered in a instance. Sadly I have found no way to find out if there has been a new comment to trigger an email action on path traversal. I hope someone can help out. Best regards Fabia

Dears, During installation version 2022.1.2.59 appears error System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar variable "@sql". Does anyone know what the issue is ?

Dear WEBCON Team, just noticed that filename for Standalone version (Server 1) contains "2022.1.3.59" instead of "2022.1.2.59" (3 instead of 2). It can be confusing :) Attached screenshot with marked areas to understand it clearly :) Best, Adam Hatak

MVP

Hey! I've never worked with the OCR and AI Framework so I'm asking the following question: Is it possible to read the data as seen in the attached picture and save it to an Item List? If yes, what are the components that I would need? There is already a text layer in the pdf so there is no need to do the OCR. Any help would be much appreciated. Thank you, Martin

Hi all! I personally think the operator 'ForEach' is a great addition to version 2022.1.2.31, thanks to Webcon Team. Unfortunately I do not find any documentation on that, especially how to iterate over 'Any Collection' and access columns in custom action. If I select 'Any collection' and put some SQL statement in there, is there a way to access specific table columns from generated table result? If I take a look at the configured XML I only see {ANYCOLLVALUE} macro. Hope the que (...)

We are aware that some functionalities are not available in a SaaS environment, like some query actions. But is there an official listing of what is not allowed in SaaS? Because Building and Testing a project on-premise, and having no way of knowing if something will break on PROD because of that is not acceptable. Is there a way to test for it? Or at least have something to read through to workaround this from the start(dev), and not when it is deployed on live... Best regards, Fabi (...)

Hello, I have some date set on forms. Need to find any solution to have that date - 1 month for example: Date on form is (YYYY-MM-DD): 1. 2022-05-05 2. 2022-01-10 3. 2021-12-25 Date that I expect need(YYYY-MM-DD): 1. 2022-04-05 2. 2021-12-10 3. 2021-11-25 Do you have any idea to solve it? My poor trying on the screen below (a lot of counting and IF's and still get wrong format of the MM). Thanks in advance for any suggestions and ideas.

MVP

Hi everyone, did someone use this attribute and has an sample how to set this up? I've probably used a wrong type for the property. Like it happens when one copy & pastes and changes the attribute name to Bool but the property is still string. :) Meanwhile I will search for the log table in which this GUID exists. :) Type: WebCon.WorkFlow.Studio.Logic.Exceptions.PortalWebserviceException ------------------------------------------------------- A WEBCON BPS Portal error has occur (...)

Hi From yours experience what are the differences between the version of webcon without sharepoint and with sharepoint? We have a lot of documents that we edit online and I am curious how it will affect the operation. I cannot find information on the differences :/ My version (2020.1.3.443, display mode: Modern on BPS portal) I will be grateful for your help.

Hello! I've come accross a problem with installation of Outlook plugin (the full version of Outlook, the application, not the O365 lite one). Tried to do this in Internet Explorer, run as admin, with no luck. There is an error message saying the certificate used to sign the manifest or its' localisation is are not trusted. At the bottom of the error message there is a sentence saying the zone is incorrect: MyComputer. However there is no choice where to place the certificate or where to look fo (...)

Hello, Could somebody advise on following matter? We have a workflow that has been working for a year already, and today our users keep getting following message while trying to save a new document: One or more errors occurred. Failure on execution of procedure pCreateSignature with parameters: HOME_OFF/2022/05/01899, 20225#1#22, 1899 Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. The wait operation timed (...)

I have a process with 2 workflows. Those workflows have similar steps. When I would like to filter elements by step, but the number for elements is incorrect. When I check one value, a second value with the same name is checked too, but I see data only from one workflow.

Hi, I have some problem with privilages. I have the choice field which is sourcing by BPS Internal view. One of user don't see the data in this field (she see field but data source is empty for her). I checked already if there is some space sign or any other which limited the search result. She has privilages to application, form, on choice field there is no limit. I've seen everything because I have an admin privilages but even if I revoke permission (to replicate the problem) I stil (...)

I'm using {COM_NIP} field in generated html files. How can I use this field in DOCX?

Hi folks, We have a Word File with three data tables from Webcon in there, which will be generated and converted to PDF, then put into the attachments. The thing I have struggled to figure out until now is, how to hide or not show a table when the corresponding data table in Webcon is empty. I know that it is possible to use Business Rules in there, but again none which use parameters. Is there a way to bring a bit of dynamicity into the Word Add-In? Best regards Fabian