I have a table in Sql server that I cannot edit. It has several nvarchar type columns and columns named 2022-07 etc. These are of type float. I created a gallery in powerapps to which I manually add text labels (ThisItem.Key for example) Everything is fine until I get to the float type columns. Powerapps prompts me to then save the code as ThisItem.'2022-07' but at that point I get an error and in addition all the other gallery elements that were previously working properly disappear and I can only restore them by adding the gallery from scratch. As for the values in the 2022-07 column, they are, for example, 100, 121.97 and 0.
The error as in the title