Greetings,
I added 2 columns to a table in Dataverse. I went to adjust a couple of cloud flows that get records from that table and no matter what I do, I can't get them to be returned with the rest of the object.
A few things to note:
. When using dynamic content in subsequent actions within the flows, those 2 columns pop up as options, however they always compile to null because those 2 columns aren't actually being returned by the Get Row By ID or List Rows actions
. In the Get Row By ID and List Rows actions, I can specifically add those columns to the Select field, and the action succeeds (meaning it recognizes that those are fields on the table), but it still won't return the fields. To clarify, it's not that it's returning the fields but they're null, I mean it's not returning those fields at all within the JSON
. I've published the table (multiple times)
. I've published all customizations in the solution
. I've deleted and recreated the actions that query that table
. I've made an entire new copy of one of the flows
it's also notable that in the responses for those actions, it even explicitily has the header:
"Cache-Control": "no-cache",
Let me know if I'm missing something here, because this has never been a problem in the past, or at least 1 of the above things I would do would force some sort of background refresh to get the actions to return the correct fields. But this time nothing is working.
Open to any ideas here.