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

Actions

Hello all, Does anyone tried to use the concat function using a form field? I have a form field that is single text and I want to use it plus another info like below: concat ('AaAA' 'Form Field') But I'm always getting an error saying that the rule is not correct, I tried to use a SET before and keep the information in another field but it doesn't allow to save. Anyone used this already? Thank you!

Hello everyone In a process I run a cyclic action in the Global Actions. This action contains a "Start a subworkflow (SQL)". When the subworkflow action is executed I just get the message 'Incorrect syntax near '}'.' in the *Last error* field. As seen on the screenshot There is no '}' in the SQL query of the subworkflow action... So now I am facing the mystery where exactly this error occurs at all and what exactly is the cause. Does anyone know where I can find more information about t (...)

Hi, Is it possible to include the comments field into a pdf generated based on a template? So like you can include various form fields by creating a tag e.g. {WFD_AttText1}, is there such a code for the comments field? And will it work if we include it in a template to generate pdfs? Thanks!

Hello community, I am building application with one Dictionary process, and one standard process with 2 workflows. I would like to start second workflow many times as subworkflow of fist workflow and assign it to the several users/users groups (one per subworkflow) selected from Dictionary process. I am trying to use action “start a subworkflow (SQL)”. My understanding is that “start a subworkflow (SQL)” action (configuration of Data settings – Query returning data) works as follows: SE (...)

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

Hi I want to set a timeout based on the date attribute and in doing so no matter how I set the delay in the timeout settings the action misinterprets the date. Has anyone encountered something like this?

Hello all, I have a process that would require the automatic start of workflows in webcon. The format of the email content is text and a table however I can change it to be fields only. I have everything set up but I'm only able to copy the content into a text field but I need to have the information as an item list. Does anyone tried to do this? How can you pick up the text field and work it somehow to have columns and the information as rows? Hope anyone has ideas! Thank you

How can I read data from an Excel file containing a macro *. XLSM. This file is not seen by BPS, after changing to *XLSX the data is read correctly.

MVP

Hi, I need to add an event to the AAD group calendar. Webcon uses/is synced with local AD. AD is synchronized with AAD. On the AAD side, an application with API permissions has been added Adding AAD groups and adding users to groups via graph API from webcon works fine. But, for example, if you want to add an event to the group's calendar POST method https://graph.microsoft.com/v1.0/groups/{group_id}/calendar/events The api needs to run in the context of the logged in user, not in th (...)

Hello all, I have an item list where I want to display some column color based on the value that will be the outcome of 2 dates. I would like something like if it's zero, the column should be green, if it's between 0 and 30 days, it should be yellow and if more than 31 days, it should be red. I'm trying to use this, but it's not working: if ('{SFD:-4}' = 0) select '#90EE90' if ('{SFD:-4}' > 0 or '{SFD:-4}' <= 30) select '#FFFACD' else ('{SFD:-4}' > =31) select '#FF6347' I've al (...)

Hi everyone, I've been trying to establish a connection to a SOAP API, action seems to be configured the right way (it only tries to connect and log in). When I run path with the action, the error is displayed in Polish "Wystąpił wewnętrzny problem wywołania webserwisu. Szczegóły błędu zostały zapisane w logu." (Internal webservice error. Details have been written in the log). Well... the problem is I can't figure out what log? Not in the WFActionExecutions table as I checked there, so where? C (...)

Hello all, I'm trying to set up a payment process in webcon for Rents. The idea is: - Open request and save the date of request (as the current date) - Calculate how many months until end of year (civil year) - Initialize the item list with the number of rows as the number of months - Each row will create independently the payment for that month Although I have all the idea structured, I'm facing some questions in regards to: - How can I initialize dynamically the item list with an in (...)

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

Hi, Is it possible to configure Webcon to send a single "summary" report about open tasks on a workflow in a single mail? Thank you!

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

Hi, If I am reading documentation correctly action Add attachment allows copy/move attachment from another workflow to current instance. My case is opposite: 1. I have an invoice approval workflow which in the end requires (business requirement) adding payment confirmation (PDF) from banking systems. Manual process is very time consuming. 2. Each payment confirmation has in transfer's description instance signature from the invoice workflow. 3. I've created another workflow, which is mo (...)

HI all! Thank you for the time taking my question! I need to set up an alert if a value in a field is changed during the flow. I have a subworkflow that starts with the first value on that field, if the parent gets changed, I either update the information through Update Related Workflow or show the information as a data row in the child. But I need to alert the responsible on the child flow so they are aware that the field was changed. I'm not sure how to play with versions or IsChanged (...)

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