Backdrop Visibility Timing

Hi,

I want to show this backdrop only for 10secs when i open the dashboard page. How to do it?

New-UDBackdrop -Content {
New-UDTypography -Text “Loading…” -Variant h2
} -Open

Create a function and include Start-Sleep?

No idea why you want to use seconds for this, as you could just actually wait until whatever you’re doing behind that backdrop is done to then close the backdrop?

Thanks…

Loading data from external sources - Ironman Software Forums

This solved my issue.