Hi AI Team,
I want to save a file via a save file dialog in a PowerShell script, and then I want the full path to the file set by the user to be displayed in the window after saving.
Clicking the [Next] button in the "WelcomeDlg" window will execute the custom Action written in PowerShell. This Action will store some data in the file specified by the user and store the file path in the attribute TEXT_1_PROP. There is a text Text_1 associated with this property in the "FolderDlg" window.
After executing the PowerShell script, the text in the "FolderDlg" window is not updated, can you help me find the reason?
Please find my project files in the attachment.
Thanks,
Andrew