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

search results

for rest

(...) hat sends a customized email It was working fine in 2022, stopped working after upgrading it to the newest 2023 version. Currently it is impossible to do such scenario. I've also tried invoking a rest API but it also fails. Those automation put somewhere else (not in cyclical actions) work fine. Message: Błąd wysyłania wiadomości e-mail: Object reference not set to an instance of an object. (...)

(...) on subprocesses or other proceses. So there is a query, that if returns 1 it means that column can be edited by a user, if 0 then the column in this row is blocked. For that I am using "Column edit rest rictions" from the "Permissions" tab in the studio. And it works great. For few rows. If there are more rows it works really slow. I made some analitics. The query is executed in 20-180 ms depending (...)

(...) ocalhost? I have a locally fired server, I use FastAPI (the tool is built in python). In browsers the API works. However, when I try to run a query on a form I get this message. I have already tried rest arting DNS, disabling the firewall. The server is on startup and the server is listening on port 8000. I am new to webcon and just learning. Thank you in advance for your help.

(...) Hi everyone, I am trying to upload an attachment using the rest API. I am using the rest Web service action for this. How to do it correctly? Along with the attachment, I would also like to upload a json with other information. Endpoint is configured correctly, the problem is in the BODY itself. The referenced API is written in python using FastAPI framework. This is response: { "detail": (...)

(...) ources", by defining a superior source and a business entity. This way we can use different connections. https://docs.webcon.com/docs/2023R3/Studio/ConnectionsAndDataSource/DataSources/DataSource_rest WebService#3-superior-source This way we can use different connection for the "same" data source. This works fine for reading data. When we want to write data so, it's not so easy any more. For (...)

(...) possible to see the actual "request" which was used to get the data. There are ways around this: - In case of SQL and you have access to the server you could activate the SQL profiler - In case of rest /soap requests you could add an http interceptor which can be used as a proxy. If you don't have access to the server or the request uses OAuth authentication you are out of luck. Therefore it (...)

(...) Hello all, Does anyone configured a Onedrive connection in Webcon? I'm following the topics: https://community.webcon.com/posts/post/integration-with-aad-using-rest -invoke-method-and-microsoft-graph/117/18 https://community.webcon.com/posts/post/adding-attachments-to-onedrive/183/4 https://community.webcon.com/posts/post/working-with-onedrive-files/341/18 But this is explaining on how to conf (...)

(...) Hi all, Yesterday i upgrade Webcon to version 2023.1.3.118 and one things change. In workflow "Faktury" (Invoice) a had an action that download using rest Api information about working time of employee. Using this data, system fill table with invoice items (eg. cost allocation ). But in this version i get error that: "No exact match was found for:..." ("Nie znaleziono dokładnego dopasowania:...") f (...)

(...) teps before it is published. My idea was to move the entire life-cycle into Webcon and after approval it should be outputted into the docusaurus system (that I'm sure will not be an issue via some rest API). The question is now: Can I somehow implement the content creation into a Webcon form, i.e. is there a possibility to have a "markdown" form field or a mechanisms to translate the HTML into m (...)

(...) n as follows: https://community.webcon.com/posts/post/integrating-ms-teams-with-ms-graph/53/4 Microsoft Learn Documentation: https://learn.microsoft.com/en-us/graph/api/chatmessage-get?view=graph-rest -1.0&tabs=http Unfortunately, I have no idea how to implement the delegated permissions in WEBCON. Does WEBCON authentication have to be implemented via Azure AD (Entra ID) so that the user's token (...)

(...) ted column WFD_AttChooseX_ID to tell the system to set the id - Move workflow (SQL), maybe we could use the name of the calculated column WFD_AttChooseX_ID to tell the system to set the id - Invoke rest web service (Assign response values) I can not remember a case where I would like to actually set the display name. Maybe there was one, but in 99% of all cases I'm only using the id and in 99% of (...)

(...) 023.1.3.29 A few weeks ago, I encountered a problem with a GLOBAL ACTION (on start cyclic) in an older process. It stopped working (unfortunately, I do not have a screenshot of the error message). rest arting did not resolve the issue. I noticed that the execution count had reached 65,536. Even after stopping and rest arting (which reset the count to 0), it still didn't work. I had to create a ne (...)

(...) will never have access to classic domain controllers I need a full user database on EntraID (AAD). I tried with the free online instance of WebCon togeter with quite outdated manual. It requires rest arting some services as soon as you add AAD authentication to BPM - I didn't even have a way to check if it works because I can't rest art services on public cloud infrastructure... so the project was (...)

(...) Hey, I am creating a workflow where I would like to give option [Send Back for LEGAL Check] on different steps (Screen shot added ). However, I want to create a rest riction so on the legal check step users can see only paths related to the step that it came from. Not all paths because that would be extremely confusing (screenshot of all paths added). So for clarification if the flow was send to "l (...)

(...) achments globally. However, there are situations, where we like to only allow certain content types, e.g. pdf's, that are a subset of the globally allowed attachments. Currently, the only way to rest rict is the usage of validation rules. For usability reasons, it would be much better, to be able to rest rict the allowed document types. With a little bit of javascript it is possible to set the (...)

(...) r a process. For example, we could define for a process that a "notification" is no longer a mail: - We could send a Teams message - Send an additional SMS - Write to a custom database - Call a rest API to store the "notification" in an external system. I'm aware that this is not at least supported at the moment and you can achieve this already with the current options, but it requires a d (...)

(...) Hi, I have problem with the licence service shutting down on the version 2023.1.3.169. Sevice shuts down 3 times a day. So that we have to rest art the whole server. Do you have any idea how to fix this problem?

(...) using info from pdf that is attached to one instance, but obvious it does not work. I tried to give this user admin privileges and still nothing has changed regarding global search. I also did a rest art for the webcon search service and IIS. I also want to mention something important, the user has already privileges on other applications and the search for the is working, but not for this new ap (...)

(...) Hi everyone, I'm currently working with a popup search field that retrieves data from a rest web service. My challenge is that I need the ID to also be the value for the field. Essentially, when initializing the field, I need to set both the ID and the Name for the same field. However, when I attempt to do this, I encounter an error. Has anyone else faced this issue or found a workaround to hand (...)

(...) e an item list to enter quotes. In the quotes step, the user must enter the rows with the different values for the quotes and then send for approval. The next user must select what is the row of interest , but clicking on Select Option column. The thing is that in that step, because I want the item list to be editable, the Add button is available. Is there any way to allow the user to edit the item (...)