I have a button on the first screen of my app that, when clicked, writes a new record to a dataverse table then navigates to the next screevn. On that screen I have a lbl that is supposed to show the last Generated Placement ID. This is the code I am using for the text property of that label.
Last('Placement IDs -DEVS').'Generated Placement ID'
This used to work but now doesn't. It is stuck showing the same record which is Generated Placement ID 0005. Below is the table. As you can see the new records are successfully added but my code is not grabbing those. Any ideas?
