
Announcements
I had added a spinner image into my power apps, the spinner should visible if the required data is available in data base,(I had added the spinner because it will take time to load data into power apps gallery), once the gallery is loaded then spinner should disappear, but I didnt get any option to disappear spinner ? Is their any solution?
Spinner visible: If(LookUp(Schedule,Technology="Milestones"&&Project_No=Project_2.Selected.Project_Number,Project_No)=Project_2.Selected.Project_Number,true,false)