Forum Discussion
Refresh Failure when Pulling from SFDC Objects
- 4 years ago
Not much you can do to prevent it from happening again, especially if your process depends on one of the changed fields.
Familiarize yourself with:
- the difference between Table.SelectColumns and Table.RemoveColumns
- query folding for SFDC object queries
- the concept of [Column ]?
- the Value.Is Power Query function.
thanks for the reply. Will this fix the issue moving forward if columns are changed or is this simply to fix the issue? I'm asking because I know how to resolve it when it happens, but I want it to prevent it from happening from future SFDC changes.
Not much you can do to prevent it from happening again, especially if your process depends on one of the changed fields.
Familiarize yourself with:
- the difference between Table.SelectColumns and Table.RemoveColumns
- query folding for SFDC object queries
- the concept of [Column ]?
- the Value.Is Power Query function.