Hi All
I have an interesting issue with my application. The scenario is where a user selects an order from the gallery on the left, and the gallery on the right reflects the items in that chosen order.
This works 99% of the time with the formula I'm using, however, there are some cases where it's not finding the data despite the rows existing in the database.
I can't seem to wrap my head around why this is happening, and I have tried out a few different combinations and also switched the formula from a Filter to a search, vice versa.
I've attached a screenshot of the application.
The gallery on the left selection arrow: Select(Parent); Set(NewQuoteOrderNumber, ThisItem.OrderNumber)
Gallery on the right
Filter: Filter(IQuote, NewQuoteOrderNumber = OrderNumber)
Search: Search(IQuote, NewQuoteOrderNumber, "OrderNumber")
Any help will be greatly appreciated.
Thanks in advance.