function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
msaz87msaz87 

Flow error: unable to parse field as dataType

I'm repeatedly getting the following error in my flow, which is supposed to lookup matching FeedItems, then delete them:
An error occurred at element Find_Matching_Posts (FlowRecordLookup). unable to parse field as dataType could not be retrieved for the passed field: RawFieldImpl[tableName: FeedItem, columnName: CreatedById__NotFound]
It looks like this might be an SFDC bug, as listed here, but I wanted to make sure I wasn't doing something wrong.

Here's my flow:
User-added image
User-added image
User-added image
It's a headless flow that errors seemingly every time I run it (though it did process correctly at least once). Any ideas? Is this just a bug, or am I doing something wrong?