--update--- I found place with error I have action for each from item list and then: I save Column category "Kategoria" to 1st. local Variable (text) I save Column category "Punkt" to 2nd local Variable (text) and then I use 2 variables in another automation as input where I filter source
in webcon 2022.1.4.404 - automation with action start sub flow was working in webcon 2024.1.1.130 - is not working ... I have error: Komunikat błędu akcji podobiegu Nazwa automatyzacji: >> [podobieg] Start Ankiety (ID: 890) Nazwa akcji: Uruchom podobieg Audytowani (ID: 1351) Proces st
Thank you (All) for help and direction I checked on 2 versions of Webcon 2022.1.4.404 and 2024.1.1.130 in bout it doesn't work ... so it is: a) SQL / Webcon language/coding configuration on my site (my IT case) b) no one is compares Text vs. text in webcon ;-) .. all use ID vs. ID ;-p b)
Thx, I did another analyses and I had few column mismatch (not used - just displayed) - I fixed that.
screen
I genereted SQL (chat GPT) SELECT d.DET_WFDID AS 'ID elementu', d.{DCNCOL:1135} AS 'Sygnatura Audytu', d.{DCNCOL:1132} AS 'Tytuł raportu 8D', LEN(d.{DCNCOL:1132}) AS 'Długość Tytułu z listy pozycji', LEN('{3205}') AS 'Długość tekstu do porównania', d.{DCNCOL:1132}
[Webcon 2024.1.1.130] (i thin it was working in 2022.1.4.404 - but I need double check] I have action to update item list where source is Parent Item list. The sql query is working but filters .. works if there is no polish letters :| so: [code='SQL'] SELECT d.DET_WFDID AS 'ID el
Thank you, I was worried it is not possible :/ because any webcon help (file) did not describe it. At the moment I will stay with (group visibility) and maybe later move to tech attachment process ...
[Webcon 2022.1.4.404] I Have Process A [Main] where I start sub-processes B [child] from process B I copy attachments to process A by: Daniel's solution https://daniels-notes.de/posts/2023/copy-attachment-to-other-workflow and put them to Item list A or Item list B as linked attachments (o
Works great Thank you.
I try to find option to trigger refresh button in "data table" . OK I can click arrow .. but I would like to refresh to have no data ... So I have form rule when some field value is changed (deleted) then is clearing fields but not reloading whole form ... so because data is not saved or the fu
I did - result = zero ... I removed "AND a.DET_IsDeleted = 0 -- Optionally, to skip deleted rows" thank you.
Hi, thank you for help and direction. I don't know why, but "STRING_SPLIT" is not working ... (did not recognize function ect. .. with declare I have got the same problem ... - maybe not set proper rights in database .. I don't know) but dbo.SplitToTable works :D any way in my scenario
I have got Item list with 2 columns 1. Category (A) 2. Points (B) Column A and B use dictionary process where if is set A then filter B to A value and in column (A) I can pick Value then >> in column (B) points I can pick more than 1 value . so I can have: (A) >> (B) A >> a,b,c,z B >> a,
The error "409" Appears only if element where you want to copy Attachment is in Edit mode - if you cancel edit mode then error is not appearing :D and all works fine :D
I didn't think about that ... in the "First" process I do dictionary of Auditors ... Auditors are from AD (IT limitation to BPS accounts :| ) So each user have got flow where I set user properties (build dictionary) of what he can do [have certificates] -> sooner or later they will have BPS ac
Thank you guys but I think I will start from beginning - I have a bad day today and I'm having trouble connecting the "dots". From begining: 1. Item list (mix names form other flow not connected with any source so ID befor # is random) >> _Wszyscy Audytorzy 2. This Item list (_wszyscy audytorz
--edit-- I found some previous check for is 1 user (item list with 1 person per row) from AD is in BPS users ... [code] IF EXISTS ( SELECT COS_BpsID, COS_Login, COS_IsActive, COS_AD_name, COS_AD_mail, COS_AD_userprincipalname FR
But if I dont do for each row .. then I will not have 3 subflows (or more - depends how many rows will be in that Item list) .... and I need for each row to start subflow or you mean to start sql subflow https://docs.webcon.com/pl/docs/2024R1/Studio/Action/Workflow/StartManyWorkFlows/ and
I have Item list [slave]with column where I can pick people (from other item list [master] which contain 1. BPS users, 2. AD users (some of them are in BPS users - not all) and others - people out of AD and BPS. 1. I would like to run sub flow for each row of item list (done) 2. fill proper data