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

Actions

Hello all, Hope you're doing great! Does anyone configured a rule that will color a cell in a item list upon value change? I have an item list that will be initialized with values and if the user changes one of them, I want that cell to be marked so it's easier to check the value. I have found some examples but it's using a rule (like > than X) and it's painting the entire row. In the new release there are new item list actions which allow to paint one cell but I don't know how to wr (...)

Hello, I am trying to create an "Add Barcode" action. After I set it up I was trying to test it and this error showed up (it was the first test, it never worked).

Hi, I am trying to connect to SOAP Webservice that has a structure with more than the allowed dept level (10). I tried to find the configuration for this setting, without any success. Has anyone else stumbled upon this issue?

Hi all! Does anyone configured a start worflow in sharepoint using an API? I've following the tutorial video (https://www.youtube.com/watch?v=C3hC1fAjvAk) to start a subworkflow using MS Flow (now called Power Automate) but when I need to configure the Get Token Action I only have the options in the picture and they are premium. Anyone with ideas? Using the json in the column of the item list is not working. Thank you!

Hello Gurus I'm trying to do such action: In my VS solution, I have made CustomAction that gets data from an external system as a list. I would like to return that list to ItemsList in my workflow. I have code like this: [ConfigEditableFormFieldID(DisplayName = "Pozycje nagłówka ", FormFieldTypes = WorkFlow.SDK.Objects.Enums.FormFieldTypes.ItemsList)] public List<Nagl_OT> Lista_Poz { get; set; } public class Nagl_OT { [ConfigEditableFormFieldID(DisplayName = "Numer SAT", FormFieldType (...)

Hello all, I want to set up an action to Add a new list element in a Sharepoint list where my URL will be different based on a form field. But when I'm selecting the list where I want to add my new elements, we can only choose the ones in that site content. Does anyone have any idea on this? Thank you all!!!

Hello together, I try to implement an CustomAction with Syncfusion. Now when I want to start my workflow I always get an error message that the file is missing. The photo of the fault is in the attachment. Has someone experience with this or knows how this must be implemented? In VS I installed the Syncfusion nugget, I can compile the project without problems. Thank you very much. Maximilian

Hello everyone! Have u stumble upon this error when u make a request through the action and map the body on a field? In the body field as mentioned in the picture should be the body , the json but, is shown the type of collection ( System.Collections.Generic.Dictionary`2[System.String,System.Object] )

Hello, I am trying to clear the contents of a technical itemlist which I use to put data into a word document. This itemlist works as a buffer and takes the rows of another itemslist which have with a YES/NO field selected as YES. The source itemlist always has different values so i need to refresh the buffer. I need an easy way to clear the contents of the buffer itemlist. Also, the buffer itemlist has to be COMPLETLY empty. I have found a solution but it leaves me a row with no data in it. (...)

I have a structure where a meeting (parent workflow) has many Agenda Points (Subworkflows). On each Agenda point, I have (inter alia) two fields that I would like to include in Meeting Minutes (an item list on Meeting), where each line item corresponds to one Agenda Point. When I finish an agenda point I would like to create a line item in the items list (meeting minutes). SELECT '{1805}' AS {DCNCOL:253} , '{1891}' AS {DCNCOL:254} , '1' AS {DETCOL:1910} FROM WFElements WHERE WFD_ID = {WFD_W (...)

I am using Exchange events action to add a meeting request to the meeting participants. Everything works fine, but it is not possible to add parameters isOnlineMeeting, onlineMeeting, and onlineMeetingProvider. I tried to resolve this by updating the calendar entry via MS Graph API – Calendar/events. From the Exchange identifier, I was able to determine what would the id of the event be (everything behind #), but when trying to update the event with two additional parameters (isOnlineMeeting, a (...)

I try to read/load in an xml-file in the Webcon application about the attachment section. Then I build myself a choice picker, where I can chose the selected file. After that I want to run an SDK action, where I get the data from my xml-file. In my code I implemented something but the file path is static at the moment and compares the file names. Normally every read in file gets an ID in the database but I don't know how to access this data. Has anyone experience with this and kno (...)

I try to implement a ConfigEditableItemList in a custom action in C#-code. When I go over the ConfigEditableItemList I get the message: "The class with the item list configuration must implement: IConfigEditableItemList". I implemented an example but when I upload the SDK into Webcon I get an error that there is the implementations missing and I can see nothing from the SDK. Has someone experience with the ConfigEditableItemList and can give me a better example? Photos from the case are (...)

MVP

Hello! Is there anyone who could help me figure out how to call an external REST API from behind a corporate proxy? I manage to successfully call it using Postman application installed on the server where Webcon is installed. However, when the same call is made from Webcon, it doesn't work. I'm using the POST method of the "Invoke REST Web service" action on a menu button. If I enable "Use proxy" in System settings I get the following error: Request Url: https://test.findynamic.com/iris/credit- (...)

MVP

In the release notes of WEBCON BPS 2021 the new option of using the openid authentication flow is mentioned. However, i did not find an option to use this authentication when calling Rest API's. https://webcon.com/wp-content/uploads/2020/12/WEBCON-BPS-2021-New-Release-Overview.pdf Did i miss something or is it not yet released?