(...) Hi, I need to send data as "multipart/form-data" I am trying to configure the Request Body tab of the "Invoke REST Web Service" action. I set the Body Type as "multipart" and the json part header as "Content-Type: multipart/form-data" How should the value for the json part field be formatted? Should it be in json ? (I have tried but without success.)
(...) to get the URL of the current instance? Use Case: In a specific step a user can create a ticket (via menu action) in a 3rd party app (REST POST). In the request body of the rest call I create the json and want to submit also the url for this instance. Thanks! Ernst
(...) ist, trigger save path that will save the instance changes. add extra field in the item list with boolean that will examine is something changed or not. - parsing current values with js and creating json which can be read via sql, this could potentially be more complex
(...) d-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px} 404. That’s an error. The requested URL /batch was not found on this server. That’s all we know. ---> Newtonsoft.json .json ReaderException: Unexpected character encountered while parsing value:
(...) cause of a syntax error. That’s because WEBCON doesn’t set anything in the body. Depending of the chosen body type it would be great if WEBCON would automatically set the correct string. E.g. null if json is chosen. Right now one has to set all attribute values in quotes to prevent this and to cast them on the endpoint's server side or a form rule and extra form field are needed to create the neede (...)
(...) m a data source (a report) with one column and one filter. I want to use a User-Defined API that allows me to dynamically filter the report using a defined endpoint. Will the response return a simple json with information from this single column, or will it return the entire data set (element ID, signature, step, etc.) as in other responses?
(...) Hi, How can I add a static value to json - grid? I don't want to add Source field. I have a value that will not change. Furthermore, I wolud like to put it in there the easiest way possible. Pls help :)
(...) ing. It looks like an error from the government API. I'm wondering if anyone has encountered this issue and if there's any way to set intervals in the KSeF Connector. I have an appsettings.production.json file, but I don't know if the settings there apply. Is there any diagnostic option for this tool? 2026-01-07 12:24:16.3867||INFO|WebCon.KSEF.Core.Logic.Managers.Api.ApiManager|Checking InvoicesSyn (...)
(...) I need to call a REST API from a WEBCON form and write the returned values back into form fields. The REST API performs several validations on the incoming json payload (e.g. date from valid, date to valid, amount valid, etc.). In case of a validation error, the API returns something like: { "state": "error", "error_msg": "Date to must be greater than date from" } Approach 1 – Automatio (...)
(...) tificate (PFX / mTLS). Everything works in Postman, but in WEBCON I can’t find how to pass the certificate. Currently I’m using: -REST Web Service connection -Authentication: Anonymous -HTTPS + json I don’t see any option for: -client certificate - selecting from Windows store -or using a thumbprint Has anyone faced something similar? Does WEBCON support mTLS for outbound REST calls at a (...)
(...) Hi, I suggest to add a custom CSS box in the configuration of a report view. One use case is to override the default CSS of tiles. The advanced json works like a charm to customize each column. But it’s clearly not possible to customize the outer tile. A simple needed custom CSS would be to create a 4 column design by just setting a tile’s width to 24% instead of default 100% and to hide all (...)