▲ 7 r/CanadianTax+1 crossposts

RSP withdrawal and withheld tax

In 2025, I withdrew $12000 from my RRSP. TD withheld $2,400 in taxes.

On my T4RSP, Box 22 shows an RRSP withdrawal amount of $12,000, and Box 30 shows $2,400 in tax deducted.

Did CRA tax me twice: first, TD withheld $2,400 when I withdrew the money from my RRSP; then, CRA included the full $12,000 RRSP withdrawal in my total income and calculated tax on it again.

How to find if CRA used the $2400 to reduce what I owe?

Thanks.

reddit.com
u/Some-Illustrator-919 — 9 days ago

PowerApps StartScreen

I have a customized Sharepoint form. It contains 3 screens. I didn't set StartScreen. If my last viewed form is on screen 2, all other items open on screen 2. It looks Sharepoint customized form preserves the app’s current screen state between openings. If I refresh the list, the form will open on screen 1.

I want all items open on screen 1. There is a timer navigating to different screens based on the form stage. If I set the StartScreen to screen 1, the timer won't work

reddit.com
u/Some-Illustrator-919 — 3 months ago

SharePointIntegration.SelectedListItemID not fully available when StartScreen evaluated?

I have a customized Sharepoint form in Power Apps. The following code on the APP StartScreen never worked. It is supposed to switch screens based on the FormStage field value.

If(LookUp(MyList, ID=SharePointIntegration.SelectedListItemID).FormStage = "2",FormScreen2,FormScreen1)

When I hard-coded ID=10, it worked.

I assume 'SharePointIntegration.SelectedListItemID' is not fully available when StartScreen is evaluated?

How to solve the issue? Thanks.

reddit.com
u/Some-Illustrator-919 — 3 months ago