Hi, I tried, but i always get syntax error (itemlist is already declared etc) Do you have an example of yours? Thanks.
Hello, I have create a form rule JS that would color the cell in an itemList. But when i move between tab panels, JS is not working anymore. On page loading/Refresh, it is fine. Do you have any tips? Thank you. let itemList = #{BRP:151}#; setTimeout(() => { var itemListElement = doc
Hi, I have a question regarding Substitutions - BPS_Config. In the Substitutions table, the SUB_isActive column is 1, even if the period has passed. If I delete the Substitution, only then it will be 0. Is it supposed to work this way? How can I see the active Substitutions? Thanks.
Hi Is there possible to set a rule or something else, so that you can only add one item in an item list? And if a user tries to "Add" a new item (2nd item) to set an alert ...? Thanks.
Hello, I have an external API: GET https://domain.com/api/employee/GetAll I have created a process using REST API that get token, then get Employee. (START - FINISH) GetAll - Retrieve the employees list. The HTTP verb for this method is GET. When i run the process manually, it works. I have
Hello, I have a question, a curiosity... In the WFDataAttachmets table, there is a column called ATT_IsDeleted. If I want to Run SQL procedure (webcon action) and update table and set the ATT_IsDeleted column with 1 or 0. Is it a good practice? Or is it not allowed? Thanks.
Hello, Thank you both for your answers. What do you think of this scenario: I have an external view and i add those users to some bps groups depeding on a value. It takes some seconds to execute. Is there a problem to delete those entries to free up space? I literally don’t need it. And w
Hello, I have a question regarding: Global action -> On start (cyclical). If I create an automation that runs every minute (infinitely) - for example: syncing users from another external database to the local BPS groups. From your experience, do you see any concerns or risks? Are these runs s
Hello, I have changed to multiple lines of text and some e-mails are processing ok now, but still i have some issues. Could you please provide more specific guidance on where to check for attachments? Thank you! In System Settings - Attachments - there is "No limit".
Hello, I've developed a process (start - finish). In the System Settings, I've configured a HotMailbox using Microsoft Graph, specifying a user mailbox, and the connection is OK. The issue I'm encountering is that 90% of emails are returning a validation error and the workflow is not starti
Hello, I would like to import some templates in my environment but i have version 2023_1_2 and i get this error: Incorrect branch number of application's database. Application has been exported in version 2023_1_3, currently installed version 2023_1_2. You can not import applications from older
I have deleted that Authorization header and it is working...a lil bit weird..anyway.. thank you!
Hello, I have an application that creates a folder within a document library on SharePoint and needs to upload files to the newly created folder. I am encountering difficulties in uploading the file to SharePoint using the REST action with the Graph API. I get this error: "Invoke REST Web
Hello. I have a "Invoke REST Web Service" GET action. I would like to save a part from response to a field, more specifically an ID. I have tried multiples methods, but i did not success... This is my response. How can i save the "value/listItem/id" to a field? (id=318) { "@odata.con
Can you help with an example, please?
Hello, I have an equipment initialization process (1) , followed by another process of allocating this equipment to a user (2). I have created a Report - "Equipment allocation" and I want to add a calculated column to this report that brings in the "Series" of the equipment from the Initializa
Hello, I have 4 HTML fields (Categories) and one Choice field (Projects), and I would like to place some hyperlinks on HTML fields that start a new instance. Can I set 'StartElement' function on this HTML field so it can define other parameters that should auto-fill in the instance? For exam
Thank you very much to both of you!!
I have created a DB with the following query: select dbo.ClearWFElemID(WFD_AttChoose1) as CategoryIDs, wfd_id as id from wfelements and it is returning only the first ID from my Choice field-multiple values.
Hello, I have created a Choice field that allows multiple values. I noticed that the 'wfd_attchoose' column saves both the ID and Name, while the 'wfd_attchoose1_id' column only stores the first ID. I am wondering why I cannot see all the IDs and how I can extract each value individually.