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
results in the error Error: Update recipes should have a single object declaration.
because the list of statements also contains a variable, despite the recipe only containing a single object
The text was updated successfully, but these errors were encountered:
When updating sObjects in Salesforce, Snowfakery performs a count check of statements in parse_recipe_yaml.py:753
However, no check is performed here to limit this to object statements.
The YAML
results in the error
Error: Update recipes should have a single object declaration.
because the list of statements also contains a variable, despite the recipe only containing a single object
The text was updated successfully, but these errors were encountered: