Shashank Mehra
Shashank Mehra
Given `[["one", 1], ["two", 2], ["one", 3]]` what should be the output of `from_items(@)`? Possible candidates could be: `{"one": 1, "two": 2}` or `{"one": 3, "two": 2}` or `{"one": [1,3],...
I am stuck at the same error as well. I was just following the documentation for [external auth](https://api.slack.com/automation/external-auth#options-properties) the first time.
I tried to dig deeper into this by calling the API directly using my token. So when I call the following curl command: ```bash curl -X POST "https://slack.com/api/apps.auth.external.list" \ -H...