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?
Nikhil…
A little more detail here…
Check this out…
http://www.threewill.com/sharepoint-2013-app-workflow-more-weird-parts/
Also…
http://www.jrjlee.com/2015/01/custom-workflow-activity-for-getting.html
I believe the first one may help you out more…
The GetDynamicValueProperties is a more simple, bulk approach to the process… Â GetDynamicValueProperty is intended for specific properties on individual rows (which is what you are looking at).Â
Let me know how it goes.
Alsoo