I'm trying to execute an encrypted stored procedure in a SQL DB from Designer, but it seems that the Input Data tool isn't able to find the SP at all. I'm using the same credentials from SQL Server Management Studio (SSMS) to log into the DB as in Alteryx Designer with setting up my SQL DB connection.

On the left I'm able to see 3 SPs starting with FTAP when viewing the Stored Procedure in SSMS, with the one I'm attempting to execute being encrypted (with the padlock), but I'm not able to find that same SP in the Input Data tool (Stored Procedure tab) in Alteryx.
Also, when I try to execute the encrypted stored procedure via SQL code, I receive an error saying the SP can't be found:

Any suggestions on what I can try? Thanks in advance!