Hi All,
Really hope someone could help me here.
I have quite an extensive requisition system built using Nintex Forms for Office 365 and Nintex Workflow for office 365.
The system is developed in a way that users would be able to request items from our warehouse to be delivered to a certain site. These items are all catalogued in a SharePoint list with columns for Categories and Items, which are assigned to those categories.
Within the form, there is a repeating section which acts as the separate line for each item requested. Inside each row/replication of the repeating section, there are two List Lookup lists that look at the Category and the Item columns in the catalogue list on SharePoint.
Once the form is submitted, the workflow handles the request and sends it off to the users line manager for approval, which is a task. Once approved, the workflow then creates another task. This task is sent to an account which is logged into the Nintex Mobile app on an iPad. Once picked, it will be signed off by the picker.
Before now, this has all worked seamlessly, an order will get placed, the item will go to the line manager for approval, get picked and sent off, but we have had one item recently that will not load the List Lookup values in the task on the iPad.
If you view the task on the computer, the values in the List Lookup fields loads up without a problem, but when viewed on the iPad, the fields will not load.
Now I suspect it may be something to do with the amount of items submitted in this request, but I didn't think that this would be an issue. Please see attached to this post an image of the iPad task.
I've looked at the raw XML of the repeating section too and it looks like it just pulls the ID of the List Lookup Value through (category List Lookup ID and item List Lookup ID). See below an example of one line of the repeating section:
<Item>
<_f3e973b76f60bed1e1f9d26d18b5170dtype="System.String">
282 (Category)
</_f3e973b76f60bed1e1f9d26d18b5170d>
<_7a62134f81a2705150423cae5868c2b0 type="System.String">
283 (Item)
</_7a62134f81a2705150423cae5868c2b0>
<_a58ca0077f23aab2b0e2f6d748d0060d type="System.String">
CL0055 (Product Code)
</_a58ca0077f23aab2b0e2f6d748d0060d>
<_ff51f933853fb6deb899bd7daeec86e1 type="System.Int64">
2 (Quantity Requested)
</_ff51f933853fb6deb899bd7daeec86e1>
<_4daca64656b03a6ea4c31080a70ce09d type="System.String">
None (Current Fulfilment)
</_4daca64656b03a6ea4c31080a70ce09d>
<_924b6e60249a9109bb3555bee47a7783 type="System.String">
</_924b6e60249a9109bb3555bee47a7783>
<_28bf9231cb8b42d3ccfa2f62f78def23 type="System.DateTime">
(Stock Next due in)
</_28bf9231cb8b42d3ccfa2f62f78def23>
<_07df47b2dd35d2883765b3dc8045a831 type="System.String">
(Picker Notes)
</_07df47b2dd35d2883765b3dc8045a831>
<_b0d86b62d1db5f32545af0fb551dba4a type="System.Boolean">
False (added to system)
</_b0d86b62d1db5f32545af0fb551dba4a></Item>
Would appreciate any help with regards to this.
Thanks,
Conrad