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

Actions

Hello, I have an template with a simple excel file that has a table named "TableExcel". This table has 4 columns: DATE,CUSTOMER,VALUE,CURRENCY. In designer I created an item list with 4 colums that have the same name. When I map the columns in designer I use "Sheet1!TableExcel" and on the right i drag the columns from the item list. Every time i run the action i get : Invalid cell name If i try to map to: Sheet1!A1 I don't get error but also I only get the first value from the item list, (...)

Hi, After upgrading to Webcon2023 (ver. 2023.1.2.44) we found errors during Form rule executions on page load. It is caused by trying to hide/show/set/etc attributes that are not visible on the form. In the 2022 versions, there were no issues with the same configuration cases. These errors appear during Diagnostics and additionally prevent saving the Diagnostics Session. Does anybody have similar issues with Webcon 2023? I tried to find it in the changelogs but with no success. MS (...)

Hello, I'm trying to find a solution to my problem. Let's say I have a workflow with a START step, INTERMEDIATE and a FINAL step. Intermediate step is assigned to Group B by default, but I need that after 5 days, if no person from this group took any action, to automatically assign the task to Group C. Is there such a way to do this? Thank you.

MVP

The instance number of our process contains a field that is settup by the user in the form at the first step. What do we do when the instance is automaticaly started by hotmailbox activity in the fisrt step. In that moment we don't have that field filled in yet. A user will take that instance and move it forward after filling in that field. How can we update the instance number in that instance and avoid instance numbers like in the second screensot? The documentation seems a little confusi (...)

MVP

One of our customers would like to print the pdf attachment when moving to the next step. As there is no action to send a document to a printer (apart from print a barcode label), i'm wondering if anybody implemented this.

Hi Guys, knowing i am a newbie, i just have a maybe quite simple question. Can i get the ID of the 'calling' action on the entry path of an action? Would like to check which ist the caller and depending on the result send an email or not. Thats it ;-) Thanks for some hints, Gerd

MVP

Hi, How to set up multiple sender email addresses? In the configuration of sending emails you can settup only one account and our custommer would like to send emails from different inboxes depending on the application. They use Graph for the email configuration. Graph is capable of sending emails from multiple accounts, but can we settup this somehow in webcon? I find it strange not to be able to as it is quite an important functionality especialy when webcon allows multiple applications to (...)

Hello, Does anyone can help me, why in WEBCON SQL query apostrophe is replace with quotation mark? On the form, I have an attribute with value: '2339226', '2504286'. In action "Change items lists value", I used an SQL query whith this attribute, but query preview returned "2339226", "2504286". Regards

MVP

Hi, We upgraded from 2022.1.1.53 to 2022.1.2.59 and after the upgrade the action :Send standard (or custom) mail in not working. When we TEST from System settings -> E-mail notifications -> Configuration of sending e-mail, the emails are sent. When send email from action, the action is working and the email sending to queue, but I get error in Local service status. Here is the error text from Local service status: WEBCON Workflow E-mail Service Module Error Role: EmailsService (...)

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 (...)

Hello community! Maybe this is a very basic question, but I am asking it anyway ;-) I tried out OnTimeOut action, but after some experiments it is very unclear to me, how this is expected to work. I added one time out action with Type: Minute, Interval (minutes): 1, Repetition count: Infinite and 1 action below which basically changes the value of a single field. My expectation was, that this field change should happen on every workflow element every minute, but this didn't happen. What di (...)

Ok, now that my PS script is running, in this particular instance I need to grab a variable result and assign that value to a form field. Simply assigning the Form Field = $psvar isn't working. Is this possible?

Hello, Is there a way to send "High priority(importance)" emails using default WebCon actions? If not, can I use something else? Thanks, Dan Popescu

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 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] )

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 everyone! Does anyone know if there is a way to start a workflow instance based on xml file stored in a folder on the disk? Unfortunately the HotFolder functionality allows starting workflows only for a few supported file types. Any chance to workaround this limitation? Thank you, Martin

Hello Experts, We're currently on BPS version 2021.1.2.143 (getting ready for upgrade) I try to invoke a REST API to update form fields, and I get a proper response from the service, however, it doesn't update the fields. I'm using OData Query to filter and expand the data, and load the response definition from the service. The action configuration and action log with response are on my pictures. What can I be doing wrong? The response is complete, however it doesnt populate the fields. (...)

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!!

I have got: 1. proces with Item list where: a) I set person (from AD) b) in item list in that proces I add competitions final I have got step finish - Person - Item list what he/she can do. From that I created data sorce with columns, so i have multi rows: Person 1 = can do 1 Person 1 = can do 2 Person 2 = can do 1 Person 3 = can do 2 2. In other proces I have got attribute: a) Item list A [pick person] So I create List Person 1 Person 3 b) Item list B [sorce proces 1 ] (...)