How is type of _input an Exception? Is there some sort of javascript < - > python going on? can I safely assume that _input.all() is always list of dictionaries and work with that ?
Any insights on _input is appreciated.
Additionally, what’s with the errors that say I don’t have a cloud plan? I’m running this workflow (and others) fine on the cloud plan
Hey @Vyrus_M , indeed, Python’s _input corresponds to Javascript’s $input (the prefix _ in Python substitutes $ in Javascript). That implies that _input.all() corresponds $input.all().