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.
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.