-
I have created an input action with a selection of values. |
Beta Was this translation helpful? Give feedback.
Answered by
Windos
Jul 2, 2021
Replies: 1 comment
-
The unfortunate answer at the moment is that this will only be doable in PowerShell 7.1 and above. Once I finally get time to work on BurntToast v1.0 it'll be possible in Windows PowerShell and earlier Core versions. I've not typed it up yet, but here's some demos showing the use of input from the user:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
serkonda7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The unfortunate answer at the moment is that this will only be doable in PowerShell 7.1 and above.
Once I finally get time to work on BurntToast v1.0 it'll be possible in Windows PowerShell and earlier Core versions.
I've not typed it up yet, but here's some demos showing the use of input from the user: