I am struggling with being unable to pass parameters to the URL, unless it's set as default.
it should be something like: my-portal-url?idSolicitacao=1&token=eyJhbGciOiJIUzUxMi... (about 200 characteres)
As you can see, it doesn't have encrypted parameters, it was supposed to be set up on the url, I remember yesterday it worked, so for me that's an internal bug.
What should I do?
Before anyone asks me what it is for. I need those page parameters to pass as parameters to an external endpoint.
By the way, I pretty sure it was working yesterday. And as I told you, I don't know what happened
Discussion posts and replies are publicly visible
Hard to say. I suggest to create a extreme simple test case and see whether that works. If not, maybe open a support case.
Alright, I'll try what you said as my first choice was to search for help on here.
i've been testing with default values, but inserted url parameters they simply won't work.
I just did a small test. Works as expected.
I am still testing, and I figured out that the parameter on the url is messy.
Apparently, it has exceeded the size of the parameter
I've figured out that the max size for a parameter is 100. Does that happen for encrypted parameters as well?
I have Seen this it works best with 100 when we try to exceed it fails. also The User need to be Logged in as From portal it fails for External user and Shows auth Failed Like of Data.May be Because you Might be logged into the Appian instance parallely in Another Tab and You Had Hit the safeUrl of webAPI whith less than 100 parameters.