WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for POST

(...) spose.Words StackTrace= at Aspose.Words.DocumentBuilder.(String , Boolean ) at WebCon.WorkFlow.Studio.Logic.Managers.ProcessDocumentationGeneration.AttributeDetailSectionGenerator.InsertAutoPOST BackCell(String name) at WebCon.WorkFlow.Studio.Logic.Managers.ProcessDocumentationGeneration.AttributeDetailSectionGenerator.GenerateDefaultSettingsTable(Attribute attribute) at WebCon.WorkFl (...)

(...) I would like to run an SQL procedure (something like the article Run an SQL procedure https://community.webcon.com/POST s/POST /the-run-an-sql-procedure-action/230). But, I would like the procedure to generate a .txt file with the results (e.g. JSON), and the file to be downloaded using the WEBCON platform (maybe a new process with starting the procedure and preparing a .txt file for download, such as (...)

(...) Hi all! I noticed that OData support has been added to REST API 2022.1.4.xx. I only found one document, which is located here: https://community.webcon.com/POST s/POST /odata-format-in-webcon-bps/346 This document is related to the usage of OData in PowerBI. What we really need is the ability to filter views with OData and REST API. Is that one already implemented and if so, where can I find (...)

(...) Hi, I'm trying to update an existing instance or create a new instance with REST API. I'm using api version 3.0 and POST man. I want to put data to choice field, but I know only name from data source. It's possible at all? I tried to put a value in two ways: "formFields": [ { "guid": "c2e37260-5d57-410e-997c-1f19bb12a4c0", "svalue": "USD" (...)

(...) Hello, Since a specifc time KPI reports don't work on my webcon enviroment. I checked a configuration according to https://community.webcon.com/POST s/POST /web-part-kpi-new-edition/141 and everything looks good. I've checked 'KPI elements' table in webcon database and there are some data but the data are not up to date. Old webcon apps have the kpi data but as I said the data are not up to date. (...)

(...) I'm following this article https://community.webcon.com/POST s/POST /approval-process-on-the-item-list-with-row-blocking/138 in order to block rows. I've managed to give access to items list only users mentioned in one of the columns of item list using SQL against BPS Users list (see picture attached) , but all rows are available to everyone from this column, not only one row per one user. What am I d (...)

(...) Hi, i have a question for this POST . https://community.webcon.com/POST s/POST /grouping-rows-of-item-lists/235 How can I change the sorting of groups, it is set to ascending by default, can it be changed to descending?

(...) I've got following fields: 1. Choice field with connection to MS SQL table - name of the supplier. 2. Text fields like address, POST al code filled based on the value chosen in choice field from point 1. 3. Another choice field with bank account numbers - another MS SQL table filter by ID value from choice field in point 1. Two qestions: 1. By clicking 'x' in supplier name choice field I'd like (...)

(...) Hi, Since I found this POST , I am very curious when the 2023 release will be available. It would be really nice if anybody could give me more information about it. https://community.webcon.com/POST s/POST /ability-to-transfer-bps-groups-using-the-export-import-mechanism/374 Thank you, Raluca

(...) I without the need to exchange the token first? I'm asking the question because I'm exploring the possibilities offered by using a service as MailGun. They can parse the incoming email message and POST the parsed information in form of JSON to a URL. The issue I'm having is I can only configure a URL to which the send a POST command with parsed JSON. There is no way to send the first authorization (...)

(...) The last "under review" entry is from Mai 2022, so i POST this request just another time. It would be such a great advantage, if you would at a "delete row(s)" function to WEBCON Action templates. Thanks, Bjoern

(...) AUTHOR too? Thanks for your help, Bjoern ---------------------- WEBCON does not have a vaild link for informations... INTRODUCTION TO ACTIONS IN WEBCON BPS https://community.webcon.com/POST s/POST /introduction-to-actions-in-webcon-bps/172 -> Remove personal data [ http://howto.webcon.com/gdpr-personal-data-administration-process/ ] -> File not found

(...) I was searching for some information about the "REMOVE PERSONAL DATA" action, but WEBCON does not have a vaild link anymore: INTRODUCTION TO ACTIONS IN WEBCON BPS https://community.webcon.com/POST s/POST /introduction-to-actions-in-webcon-bps/172 -> Remove personal data [ http://howto.webcon.com/gdpr-personal-data-administration-process/ ] -> File not found I didn't check the other links. (...)

(...) Hi, I have found this article. I don't understand where should i define an additional row... (text fig. 13) Or i get error "column DET_Att1 not found.." https://community.webcon.com/POST s/POST /confiugration-of-the-item-list-and-data-table-form-field-in-e-mail-templates/14 Can you help? Thank you.

(...) eader is not sent at all, also History in Admin mode does not show this header. What am I doing wrong here or is it a bug? Thanks a lot in advance & best regards, Nik P.S.: Sending data from POST MAN to my REST service works fine

(...) I'm having some troubles using OPENJSON to parse a nested JSON response from a REST API: Following the solution POST ed at https://alterpaths.com/json-nested-collection-handling-in-webcon-bps/ but I cannot get the query to work in Webcon. When copying the whole query from the Show window into SQL Studio it works just as expected, but in WebCon Designer studio the following error occurs (see scree (...)

(...) low, Document Types permissions. We can check actions, business rules, etc. We can try to do it better via SQL or/and WebCon BPS Application. It is well described here: https://community.webcon.com/POST s/POST /checking-user-and-group-privileges/258/3 Sometimes we need to use groups which are cross Applications, cross company alike Board Members, HR Department. Sometimes we need to use Active Direc (...)

(...) ion with API permissions has been added Adding AAD groups and adding users to groups via graph API from webcon works fine. But, for example, if you want to add an event to the group's calendar POST method https://graph.microsoft.com/v1.0/groups/{group_id}/calendar/events The api needs to run in the context of the logged in user, not in the context of the application. That's why I added auth (...)

(...) I'm trying to connect to Webcon with Power Bi. Service I set up OData user and API key as described here https://community.webcon.com/POST s/POST /odata-format-in-webcon-bps/346. I do not have a problem to connect using Power Bi desktopapp but after uploading report to Power Bi service there is a problem with refreshing although I set up on-premise gateway on Webcon vm - invalid credentials. Has any (...)

(...) ta/v2.0/db/{dbId}/elements/{id} (in this case is "v2.0"). How can I find the version for my project? I have used the following examples from webcon: https://community.webcon.com/community/public/POST s/POST /examples-of-using-rest-api/109#a2 https://developer.webcon.com/docs/bps-rest-api/ https://developer.webcon.com/docs/attachment-operations/