Hi,
So I have buttonA which the text property I used for this formula:
CountRows(Filter(WeldingShopBPN, 'Current Location' = "WM0")
I want when I add komponen to 'Current Location' = WM0 (by another submit button), text (on buttonA) can automatically reload the new data.
The current condition, I should back to main page, than back again to previous page, so the text (on buttonA) can update new data. What I want is when I click that another submit button, the text can update automatically without back to main page.
How to do it? Thank you