Hey everybody!
Does anyone already created an action to add news values in an item list?
I'm trying to add a new line in one item list but one of the field I'm copying into is a Person/Group one and it doesn't get the value.
I'm using the following query:
select '{WFCONCOL:1769}' as {DCNCOL:105},
'Requester Manager' as {DCNCOL:104}
from WFElementDetails
where DET_WFDID='{WFD_ID}' and DET_WFCONID={WFCON:1652}
with the unique value set to be the row identifier
Anyone with ideas?
Thank you!