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
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
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..
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
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
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
Have you tried this? Did you encounter any issues? What option are you using?
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
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
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!
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
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
Also... Is there a way to disable button after execution? (data row)
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
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 ' '
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.
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
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
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?