Good Afternoon,
I am working to connect two lists. In one list we will have main list that will be include qualifying information for about 5,000 customers. Our staff will use this as a work list to track their transition from a competitor. There are drop downs, status's and notes that will regularly be updated as we work through these clients. I also have a list that will include some additional information, including the date we sent their first shipment. I am doing a power app form with lookup to pull in the shipping date through a unique ID (Patient SRC Number) that is available in both lists.
I am using the following formula for the look up and I am successfully returning data for single row at a time if I edit that row.
LookUp('REMS and Mandatory HUB Shipping Tracker', PatientSrcNumber = Value(DataCardValue7.Text),ShipDate)
I need to be able to update shipping data for all items in the list at least a couple times per day so our staff can see if a shipment has occurred. Does anyone have any tricks for how I can force all items in the list to complete the lookup and return the ship date either real time or on a predetermined schedule?
Thanks!
Nick