I currently have a really basic flow right now to call an OData action method in x++. This method is called correctly, but for some reason, when I walk through the code, a table I created to a model (also a new var model) and fields I've added to table extensions are not recognized. To test, I tried just looping through one of my custom tables as part of my first method that's called in the OData action, but the debugger doesn't recognize the table (i.e., doesn't go through the while loop). Anyone have suggestions on why this is happening? I've done a similar implementation, so I'm wondering if I'm missing something in my model? This var model has references to Application Suite, Application Platform, and Application Foundation.
If I just run the method itself (without triggering it through Flow), the tables/extension fields are all recognized. This just seems to be happening when started through Flow for some reason. I'm also trying to trigger this through a custom entity (maybe I'm missing a config here?). I've tried building my model, syncing my database, and doing an iisreset, but haven't had luck getting this to work.
OData action