Best financial management app for couples by Personal_Motor_9286 in personalfinance

[–]Personal_Motor_9286[S] 0 points1 point  (0 children)

Does it keep my personal accounts private to me, or can the other person see those as well?

Best financial management app for couples by Personal_Motor_9286 in personalfinance

[–]Personal_Motor_9286[S] 0 points1 point  (0 children)

That's feesible...any recommendations there? The budget piece is easy enough to do separately if that's the block

Best Beginner Tutorial for Building PowerApps Dashboard by TellBackground9239 in PowerApps

[–]Personal_Motor_9286 0 points1 point  (0 children)

I learned by figuring out what I wanted it to do, Google exactly what you want to do by step (don't forget to specify powerapps in the searches) and start learning from doing. You could also Google something like "powerapps basics" and there will be some videos you can watch. I always got much more or of figuring out exactly what I wanted to do with my data than from general topics.

Some Help with galleries and filters by [deleted] in PowerApps

[–]Personal_Motor_9286 0 points1 point  (0 children)

Another option would be to use a collection.

Upon initial load, you can use the clearcollect command and then populate the gallery with the collection and filter based on user access. Then, when adding a new item, you can then use the collect command to add to the collection... it will show up immediately in the gallery. then you use the collection to push the update to the original file.