Hi,
I have an app with a datacard that updates it's value according to the last entry in the sharepoint list (Value(Last(source).'number')+1). On the submit button I have Refresh(source) so it updates with the last entry in the list. This was working for 2 years and suddenly it stopped for some reason. What could be the reason? I've tried typing in Refresh in OnSuccess, OnSelect for button that navigates to the editing screen but no success.
Cheers,
Concrete
Hi @Concrete ,
Last() is not Delegable, you might try this (assuming SharePoint here)
First(
Sort(
source
ID,
Descending
)
).'number' + 1
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.
Visit my blog Practical Power Apps
Hi @Concrete ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
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.
Visit my blog Practical Power Apps
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
196 | |
52 | |
41 | |
39 | |
35 |
User | Count |
---|---|
261 | |
85 | |
71 | |
69 | |
66 |