I have a Infopath form with repeating table. One of the fields in the repeating table is a date data type field (expiry date).
I have merged the fields and promoted the form to SharePoint form library. When entering values and submitting the form only displays the first item in the date field.
I have a workflow that sends out email alert basing on the date field. While email is sent out for the first date which is displaying, it doesn't for the others hidden.
Is there any solution to display all date entered in a repeating infopath table date data type promoted in SharePoint form library?
Or is there anyway workflow can read through all the dates entered? I am using SharePoint Designer to create the workflow.