I've built a flow that Gets Rows from a Dataverse table and for each Row it uses the Field Values to Add a Row to a different table. All is working except one of the lookup fields in the Add Row action. It is not finding the matching Business Unit by supplied ID.
This is the syntax of adding the field value is bow_businessunits(bow_businessunitid=A2337CCF-E6A1-EF11-8A69-000D3A1C81B3).
The Environments match and the record can be found by that ID in other scripts as well as matching it in an Advanced Find, so I know it exists. I'm just unsure of why it's not being found.