Skip to main content
May 31, 2022
Question

Unable to fetch connection string to retrieve data

  • May 31, 2022
  • 2 replies
  • 0 views

Hi Folks,

I am using connection string to fetch document details which i have uploaded in folder. When i execute/Test connection string to retrieve data its working. But if i call the same to fetch details dynamically from process model its not fetching. i am getting the error as "[workflowVariables:[FileName:[Document:]],status:ENQUEUED]"

When i execute individually with hard coded value getting correct result as " [workflowVariables:[FileName:[Document:36161]],status:SUCCESS]"

2 replies

danny.verb
May 31, 2022

ENQUEUED means the robotic process has not yet run, it's still waiting for a resource. Do you know how old that Fetch Document Details node is? Or, is the node set to run asynchronously?

June 1, 2022

BOT retrieve process created one week ago and also have configured subprocess as "Synchronously"