WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile MariaM > Forum messages

MariaM

User

Adding same attachment
26.09.2024 08:33

Hi, When we try to add the same attachment, a pop-up appears asking if we want to overwrite the existing attachment, with options like Overwrite, Add New, Cancel... Is there any way to remove this pop-up, and always add the attachment as a new one when adding the same file? (ATT_ID to be differe

Special characters
24.09.2024 14:55

Hi, I would like to create validation for the input in a column of an item list. I have an item list with two columns (Input, Source). If the Source is "External," I don't want to validate for special characters. I have been using regex on the column, but now I have this condition. One solu

REST Api update fields
18.09.2024 06:01

Thank you very much :D I didn't even think to check again that action. Because i knew when i was selecting other datasource in FOR each, i couldn't use it........but anyway..

REST Api update fields
17.09.2024 16:01

Hello, I am trying to update some form fields and columns in an item list after some actions. On my path i have configured a FOR EACH on my item list which is creating/composing JSON payload for my REST. (rows) However, I am encountering an InternalServerError (500) when attempting to save this

Thread was being aborted.
13.08.2024 08:27

Error code: 100 Thread was being aborted. at WebCon.WorkFlow.Actions.Engine.ActionObject`1.d__9.MoveNext() at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine) at WebCon.WorkFlow.Actions.Engine.ActionObject`1.DispatchAsync() a

dbo.WFAttachmentFiles
31.07.2024 13:28

Hello, I have noticed that some attachments for some apps are stored in [BPS_Content].[dbo].[WFAttachmentFiles] and some in [BPS_Content_Att].[dbo].[WFAttachmentFiles]. I am not sure what the cause might be, but I have observed that the attachments in [BPS_Content].[dbo].[WFAttachmentFiles] bel

Deleting attachments
30.07.2024 11:54

Have you tried this? Did you encounter any issues? What option are you using?

Deleting attachments
30.07.2024 10:45

Thanks, but for example if 1. I remove attachment using option Remove attachment and leave attachment’s history, in [BPS_Content_Att].[dbo].[WFAttachmentFiles] ATF_Value is not 0x. And then 2. If i create my process using option Remove attachment and all binary data, the BPS_Content_Att].[dbo].[W

Deleting attachments
30.07.2024 10:14

Hello, I would like to create a process that deletes all attachments from my current app. I selected option: Remove attachment and all binary data But when i look into DB: [WFDataAttachmets] i see the records for my given instance Also when i look into [BPS_Content_Att].[dbo].[WFAttachmentF

Add attachment categories
25.07.2024 19:38

Hello, I have a question regarding attachments. Is there a way to remove the "[None]" option and see only the categories from the selected datasource? Thank you for your help!

Designer issues
11.06.2024 09:13

Hello, Has anyone else had problems with the designer? I'm talking about crashes while making changes or situations where you save your work and later realize that around 10% of the changes didn't actually get saved. Does anyone know what might be causing this? Version: 2023.1.2.68 Than

Item List attachments
29.04.2024 14:15

Hi, I have an item list and a column for local attachments. In the advanced configuration settings for local attachments, the option 'Allow adding more than one attachment' is not selected. However, despite seeing a 'deny' icon when attaching files, I'm still able to click and add more than on

Item list custom button
29.04.2024 09:26

Also... Is there a way to disable button after execution? (data row)

Item list custom button
29.04.2024 07:55

Hi. Thank you for help! I have one more question regarding of execution of multiple functions. If I have the following code, which performs two updates to some columns, then executes InvokeMenuAction (which involves some REST APIs or SQL procedures), and finally I would like to delete that row

Item list custom button
26.04.2024 09:26

Hi. Thank you for your answer. I am trying to set the value from the selected row in the TESTROW column to a single-line text field named TEST, and i get error. Also, i have tried to set value in other column, and same error. Incorrect syntax near '{'. select ' '

Item list custom button
25.04.2024 19:06

Hi, I have found this thread, but i really don't understand how to create a custom button for each row in item list :( I would like to create a custom button that InvokeMenuAction for the row i have selected. https://community.webcon.com/forum/thread/3293 Can you help me? Thank you.

Filter report current user
14.03.2024 16:50

Hello, I have 2 form fields - Person (Assignee, Manager) I would like to create a report and filter that report based on these 2 columns. It is working fine, until Assignee/Manager is multiple value. If there are 2 persons assigned, it doesn't bring that instance in the report. This is my f

Multiple lines of text Rich
05.03.2024 17:00

Hello, I have a form field - multiple lines of text (rich). When i send an e-mail, i set my form field - last entry text. If i write a text and add a new line, it multiples the number of lines in e-mail...as you can see in the attached screenshots. Do you know why is it happening? And what is

Hotmailbox value on change
28.02.2024 11:35

Hello, I have set up a hotmailbox - Add to elements based on e-mail content. I am saving the BodyContent to a multiple lines of text form field called BodyContent - set always. I have created a global Menu buton which must be triggered when the value of BodyContent changes. So, on the form fie

Hi, I need that column especially for a report. I have created an action "Change value of a single field" on timeout which runs every 15min. Do you see any problem with this?