I have two text inputs where i'm entering my api key and secret, but when reading it via Alteryx.read("#1") in python tool , it doesn't read the whole string
and prints it as "xxxxxxxxx..." basically wrong because of the three dots.
I have a text input after the text box. What am i doing wrong and how to pass the whole value?