Skip to content

Flow throws an error when accessing a field which is null on the record #5

Description

@solo-1234

This is because dynamic soql doesn't include null fields in the output. It can be solved by looping through the returnFields and setting any null fields to null before returning the collection to flow.

I have this working in my org, just need to update it on github.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions