Forum Discussion
How include a value from the SetVariable activity that goes into the ForEach as part of the output?
- 2 years ago
Hello,
Thank you for your help but I ended up using a different strategy. However, I also discovered that using this expression in the body of the web activity brought in the Workspace Id that was entering the ForEach:
@concat('{"workspaceId":"', item().id, '", "unusedArtifacts":', activity('UnusedArtifactsWebActivity_copy1').output, '}').
I will leave it here, if anyone needs it.
Hi Neka ,
You can check for Rest in Copy Activity -
Or else if you can see the existing connection that created in Web Activity, try using it in Copy Activity.
Hello Neka ,
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .
Otherwise, will respond back with the more details and we will try to help .
- Neka2 years ago
Helper III
Hello,
Thank you for your help but I ended up using a different strategy. However, I also discovered that using this expression in the body of the web activity brought in the Workspace Id that was entering the ForEach:
@concat('{"workspaceId":"', item().id, '", "unusedArtifacts":', activity('UnusedArtifactsWebActivity_copy1').output, '}').
I will leave it here, if anyone needs it.
- Anonymous2 years agoNot applicable
Hi Neka ,
It was great to know that you were able to get to a resolution . We expect you to keep using this forum and also motivate others to do that same . You can always help other community members by answering to their queries