Hello.
I’m trying to create a workflow to login the Acme site with REF using Config file. When I use Get Credential activity, I’m getting an error as you’ve seen in the picture below.

I checked another GetTransactionItem workflow that already exists in REF, and I tried to use it similarly.
If I change Get Credential activity like the picture below, it works but I want to call it from Config file.
What am I doing wrong and what should I do to fix it?
Thanks in advance for your help.
@Sekoleyte,
This is happening because you in_Config... is being treated as a folder name string insted of vb expression.
Expand the property Orchestrator folder path and pass it correctly.
click the + symbol to select passing in variable.
@ashokkarale Hi.
I tried but it didn’t work. What exactly should I do? I clicked “+” sign and then chose variables and edited. But it’s still same.
I checkt Get Transaction Item as well and it’s also same. I haven’t understood what I should do.
@Sekoleyte,
Activity configuration looks fine. Can you confirm if you updated the Queue folder in config file correctly. You should be updating the Settings sheet → OrchestratorQueueFolder Value to your Asset stored folder.
@ashokkarale
I’ve checked it and changed it and it looks fixed now. Probably problem was that at the beginning. Thank you.
But I didn’t exactly understand what you meant in your 1st reply. Because it looked to me, I didn’t change anything when I click variable and then edit it. Everything was looking same. Is it important to click “Use Variable” and then edit the expression? Because I thought it just show me the variables even if I click on it or not to write the expression directly.
Happy to hear it worked @Sekoleyte!
Regarding my initial reply, I observed sometimes when we write the expression directly, it takes it as string value instead of expression. That’s why I thought it could be the first intense the issue.