Hi all.
I am in need of proper syntax to refer to a field value.
I have a hyperlink on an Infopath 2013 form. The form is a list item from Sharepoint 2010 list ‘List A’.
Then there is List B. When user starts a workflow on List A item, a new item is created in List B, and the ID of List A’s item is stored in a number field in List B.
When user comes back to the item in List A and views on the Infopath form, there I have a hyperlink to List B.
I need to filter List B to only show the items with the ID that matches the current item displayed on List A form.
/Lists/List B/AllItems.aspx?&FilterField1=ListA_ID&FilterValue1=ID
If I replace ‘ID’ in the URL above, with a number like 3, or 5, it works fine and displays the List B items where 3 or 5 is stored in the number field that is the ID from the List A item.
How can I make the ‘ID’ of the current item dynamic, and be passed through to the filter?
Thanks.
Keith