Hi
I have 2 issues which seems to be very miniscule but not able to detect it.
Issue 1 - I have a database which i want to view it as log. It pulls the data however it is only pulling the first 25 records only any new record is not getting added in the view. I have filters and using sortbycolumns to ensure latest one is at the top. If I don't use filters I can see all the record although in ascending order but when filter is applied it gets limited to 25. My data row limit is set to 2000.
code that is use for issue 1. In the items property of gallery
SortByColumns(Filter(QualityData,StartsWith(Title,SearchText.Text)&&((Manager.Email=User().Email)||(Checkbox1.Value= false )||Checkbox1.Value&&Manager.Email=CmbSearchName.Selected.Email),('Review Date'>=DateFrom.SelectedDate&&'Review Date'<=DateTo.SelectedDate)),"ID",Descending)
Issue 2.
I have set up a flow using Power automate where when a user submits the data, it should trigger the email to the intended recipient but the issue is while it triggers the email, it is delivery it from my credentials and not the user who submitted the data.
Please help me fix this issue. Hope i am able explain my situation. Image attached for your reference for issue 1 & 2