I'm using a SP list connected to my canvas app, and would like to populate a field titled "last stored location". This app is built for inventory management to sign in and out certain items. When an item is signed in or out it is stored in an 'items log' list, and the location that it is stored at is tracked. Although when these items are signed back in I want to have a text field showing where this item was last stored before being signed out (theres various storage areas). Is this possible? To pull a last known item row and field? I have the datacard ready just not sure how to code it in
Hi @macdonmp4 ,
The most recent record would refer to the item field (I have use Item) and the target field
LookUp(
Sort(
SPList,
ID,
SortOrder.Descending
),
Item = YourQueriedItemValue
).'last stored location'
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps