I am using SharePoint 2013 Enterprise version. I have already configure Workflow 2013 platform.
I am creating workflow with visual studio 2105 ultimate version. What I am doing is that I am getting current item for running workflow. Based on that item property I am filtering other list (SharePoint 2013 rest api) through httpsend and get data in json format whcih I am storing in dynamic value variable. I am getting multiple item. When I debug the workflow I can see the data.
But now issue starts here, When I am making string by looping dynamic value but I am getting empty value.
Kindly tell me what I am doing wrong. May something I am missing :(
- Full workflow screen
- httpsend properties
- httpsend request headers
- httpsend uri
- For loop GetDynamicValueProperties variable assignment
- For Loop String Builder, but when I write the string on history I am not getting of item, just static string is coming








