WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

Paweł Tołoczko

User

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,

Rest API 409 Conflict Error
23.10.2024 11:48

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

Referring to my problem here: https://community.webcon.com/forum/thread/5957 it doesn't behave like "number" but like text. so I needed (thx Jacek Wojnar) to change constant text to decimal so ... constant with "." or "," is text not number .... so in help please add number with out "." or

Constants - add info is always treated as TEXT or add option to set type of Constants https://docs.webcon.com/docs/2024R1/Studio/Process/Process_Variables#konfiguracja-sta%C5%82ej

Thank you. I have been struggling not with static types because, in WebCon (2022), you cannot set the type of a static variable. I mistakenly thought that WebCon would automatically convert static variables to the appropriate types, similar to some programming languages: if you use it as text,

Error: [Quote] Error occured during business rule evaluation. String values cannot be multiplied at: Evaluation requested at: Evaluation node: Operator (+) at: Evaluation node: Operator (*) at: Evaluation node: Operator (*) [/Quote] What I have : -process static A -process static B -

I'm working on that at the moment to sort new instance by category of Attachments from 1 tech item list with all attachments from flow. I will try to use Daniels solution (I use in less complex flows) Please, read it, because with out this in webcon 2022 you will no go forward ... https://

In Webcon 2022.1.4.404 this function is not present but probably in 2024 as well so... I would like to have sum of "Yes" in Item list if the field is ""Yes/No choice" sum I could copy to field in item list config but now I need: 1. do rule in item list -> to do action if row is added (

Thank you, I did in Businesses Rule and it works perfectly.

In FF you can use : addon FoxyTab and then configure in easy way web addresses... I DID that way, and icon >> i don't care ... I have tab color :)

Actually I have one more question ... I did Business rule, to not type all the same "matrix" and ... it works (sets proper value in set cell in row) but returns error ... I don't know why ... ---EDIT--- I noticed the error appars when: 1. put value >person< 2. remove person. (not pi