Hi all, I am trying to add items to the queue using the Add Queue Item activity. By using the config file, I can get the folder path and queue name, but I am encountering an error.
“Add Queue Item: Folder does not exist or the user does not have access to the folder. Error code: 1100”.
if i give hardcoded values ,it will be working.
Thank you, sir.
The problem is resolved. What I did was enter the expression (in_Config(“QF”).ToString) in the input field of the add queue activity. It converts the entire expression into string format. Whenever I opened the expression editor, I observed this.