Last week I launched an app for my workplace that is very important. I decided to check on it today to brainstorm what all will need to be done in the following week when I was greeted with ~370 errors that had not existed last week. It is extremely important that I be able to update and work on this app.
From what I can tell from the version history, there was a small patch that went out after the last time I worked on the app, as the working version of the app has the Power Apps Release 3.25103.13.
It would appear between these two releases that the schemas of Component Actions are no longer recognizable unless initialized in a context variable or global variable. This is a big issue for my app as when running the same action ~20 times concurrently, neither of these are an option, and I am instead using With variables.
Is this intended or a mistake that will be remedied eventually?