If I run a desktop flow from PAD Console window, an error occurred at "Populate text Field on web page" action.
But if I debug run (F5) the same flow from PAD Flow Designer window, it runs successfully without any problems.
I have found that there is "Actions.log" file under below folder path, and it says "PopulateTextFieldBase" action failed by error message "'appmask' isn't an appmask"
C:\Users\{UserName}\AppData\Local\Microsoft\Power Automate Desktop\Console\Scripts\{GUID}\Runs\{GUID}
I have one input variable which has "Sensitive Text" type.
And if I changed the type of this input variable to plain "Text", above error is disappeared and flow completed successfully.
Also, I found that above error occurs in newer PAD version 2.12.171.21216, but not in older PAD version 2.10.36.21161.
Tried with two different PCs with PAD version 2.12.171.21216, and they have same issue.
IMPORT 'C:\\Users\\{UserName}\\AppData\\Local\\Microsoft\\Power Automate Desktop\\Console\\Workspace\\{GUID}\\A85791E3\\controlRepo.appmask' AS appmask
IMPORT 'C:\\Users\\{UserName}\\AppData\\Local\\Microsoft\\Power Automate Desktop\\Console\\Workspace\\{GUID}\\A85791E3\\imageRepo.imgrepo' AS imgrepo
@INPUT KEYWORD : { 'Description': 'Input search keyword.', 'FriendlyName': 'KEYWORD', 'DefaultValue': P'', 'Type': 'Sensitive' }
WebAutomation.LaunchEdge Url: $'''https://www.bing.com/''' WindowState: WebAutomation.BrowserWindowState.Normal ClearCache: False ClearCookies: True Timeout: 60 BrowserInstance=> Browser
WebAutomation.FormFilling.PopulateTextField BrowserInstance: Browser Control: appmask['Web Page \'https://www.bing.com/\'']['<input:search> \'sb_form_q\''] Text: KEYWORD EmulateTyping: True UnfocusAfterPopulate: False Mode: WebAutomation.PopulateTextMode.Replace

Is there any known issues or bugs related to above error in PAD version 2.12.171.21216?
Thank you.