I am building a new Flow to migrate data from a SP list data source (for a Power Apps) to a new Dataverse table based on Shane Young's excellent video: Import SharePoint to Dataverse for Teams with Power Automate
I am NOT using this for Teams but the same steps from the video apply with regards to the color choice column.
This is a manually triggered Flow and I first initialize ten variables for use later when adding a new row to DV. Then the Flow gets all items from a SP list and adds new rows to a Dataverse table which contains the appropriate column data types.
Within the Apply to Each there are eight (should be ten but this is a work in progress) Switch actions whose purpose is to determine the Dataverse equivalent ID to the SP list choice column selection. So when a record contains a value from a SP choice column, I set the respective variable to the DV ID equivalent of that selected choice). All SP list columns for this Flow are choice columns and I will add the easy columns later once the errors have been resolved.
Here are some images of my Flow for reference:
Overview of Flow Actions:

The first Switch action works great but it throws an error on the DHC Predictor Score Value (Get Items) action.

Here is what the DHC Predictor Score Switch action looks like. I confirmed these values by hard-coding a choice selection and peeking the code to retrieve the DV ID value.

Here are screenshots from the error page.




Any help is appreciated.