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

Actions

I have a dictionary process containing some appartments, and another process where you make reservations. I would like to do one thing - let's say you are browsing the appartments list and when you find the right one, you want to make the reservation right from the appartment form. At the moment to do this I first need to click "edit", then a menu button with the relevant action appears which I can click and all works as planned. I also made a javascript button which invokes the action from the (...)

Hi, I am currently having Trouble with timeouts in my system. I made an easy timeout that should only do a path transition every minute, to test if the timeouts would work. Currently no action is called during the trigger of the timeout, but even when adding a simple action the timeout doesn’t work. I did check the following thread about a similar problem (https://community.webcon.com/forum/thread/1068?messageid=1068). Their it is suggested to check if all services are working and if “basic fea (...)

We have a form that needs to stay open for a length of time before auto moving the flow into a cancelled step. This length of time is user selectable when creating a new record. Talent Req is created and posting is set to stay up for 30/60/90 days. Is there a way to get the Timeout interval value set to the value of a form field? (If the user chooses 30 days, that will be the timeout value, 60, etc...)

Hello everyone, I have an action where I upload one or multiple attachements (PDF) to a SharePoint list in SharePoint Online. Currently all attachement uploaded to the SP list are checked out. Is there a known configuration in the action or in SharePoint? Or has anyone else had a similar problem? Best regards, Tim

Hi All, I want to do automatically open sub workflow after parent workflow started. Now I have to open parent workflow and find there sub workflow button. I want something like this: 1. Fill parent form and start flow to save and start sub-workflow. 2. Sub workflow starts and now I want tha this sub-flow opens automatically in the same tab. Probably "hyperlink" action can do this but I don't know hoe to configure it:/ Can anybody help?

Hello, I want to download data from REST Web service, which has collection type, but I can't map it because there is no type of attribute like that in Webcon. Can it be handled comehow?

Hello everyone, I tried to make an action with the Active Directory - Manage users function. When I start the action on the path I always get an Access denied message. I put the example screenshot and the fault message in the attachment. Is there anything else important what I have to consider in the settings? I am grateful for any help! Maximilian

MVP

I have the scenario, where i keep e-mail address and other informations in an itemlist. Now i need to send e-mails for each recipient in the itemlist. The e-mail contains informations from other columns in this list. By having three entries in the itemlist, there would be three e-mails with different content to be sent. Currently i'm thinking about creating a simple workflow to send an e-mail. The workflows would be started with the "Start a subworkflow (SQL)" action based on the itemlist con (...)

Hello, I've just come accross a slight problem with updating an item list. I have a list of items (emplayee, year, number of days available). The list is being initialized at the registraton step with all the employee names (70 rows). I've also created seperate attribute fields for year and number of days and would like to type let's say "2022" in the year field (the separate one outside the list) and clone it to all the items on the list. The "update item list action" requires a unique ID of ro (...)

MVP

We have a supporting workflow which is being started via hot-folder. The name of the attached file is then being analysed (we have a naming convention) and based on the attributes we want to move the file to a target workflow elements. Is there a way to do this via standard actions? I've struggled to find one and we might be required to create a sdk action to copy the file.

Hello, I need to find a way to automatically delete some workflow instances. I know that we can use the Archive workflow instance action, but it doesn't work. In the reports menu, we have a section named "Archive workflow instances queue", I found all my instances there, but I need a way to delete them all automatically

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?

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, The question I have sounds very easy, how do I cancel all the remaining subworkflows that are not already "answered" to? Parent - 12345 - will wait for all 3 subworkflows to be done Child 1 - 12346 - finished Child 2 - 12347 - in progress Child 3 - 12348 - in progress All I need is, if I cancel 12345, then 12347 and 12348 will automatically be classed as finished. Can you help at all? Thank you!!

Hello, I have STEP A and STEP B both going into STEP C. In STEP C I have made a path called BACK where I've put as destination step "Back to previous step", but now I'm wondering if I can set up an automation with actions that will act differently depending on where it goes next, STEP A or B. Is there any way to do this? Thank you!

Hi! We're stuck with an error using the Send Custom Email action with the default User or Group attribute as the Recipient, after updating from 2023.1.2.123 to 2023.1.3.118. Any tips on how to resolve this issue? Thanks, Patryk