I am using GetDynamicValueProperties activity to parse JSON data in 2013 workflows in visual studio. I can access the title field by using “d/results(0)/Title”. But now I want to use variable instead of 0 at index. Can anyone help on this?
Hey Nikhil…
After successfully figuring my way through the problem I was fighting with, I came across this post and wanted to come back to it later, which I am doing now…
See this link: http://www.threewill.com/sharepoint-2013-app-workflow-more-weird-parts/
The applicable part is that the author is pushing the entire results set to a DynamicValues collection and then loops through that set.
I believe this is the answer to your problem…