I often need to include a step to look up a record to make sure it doesn’t exist before attempting to create it. In this case, the step returns an empty result which is a good thing and allows the flow to continue and create the record.
Any time I try to clear the mock output or set it to Live Data, it either keeps the existing, stale, mock output or gives an error stating either:
-
`Cast to Embedded failed for value "" (type string) at path "mockOutput" because of "ObjectExpectedError”`
-
`The preview data received from your source does not contain any records. Check your source application or enter your own mock output records.`
All mock data records must contain at least one key-value pair.
Is there a way to clear this mock data short of moving or deleting the step? I’m not willing to do either of those.

