You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The StepThroughItems block can take in a string representation of a list or dictionary, which it then parses with json.loads, however if the text is invalid it throws an unhandled exception. Error handlind should be implemented on this block without changing any of it's inputs or outputs to ensure a non-breaking change.
The text was updated successfully, but these errors were encountered:
The StepThroughItems block can take in a string representation of a list or dictionary, which it then parses with json.loads, however if the text is invalid it throws an unhandled exception. Error handlind should be implemented on this block without changing any of it's inputs or outputs to ensure a non-breaking change.
The text was updated successfully, but these errors were encountered: