Hello everyone,
I have built an app to help with cash handling in a shop, specifically I am having an issue with the safe count aspect.
In the PowerApps canvas studio preview and when I launch the app from PowerApps directly everything works fine, but, when I embed the app onto a SharePoint page variables don't seem to show.
in the PowerApps canvas studio it looks like this:

and when it's embedded in a SharePoint page it looks like:

When I enter a value into a text input field it immediately goes blank. When I click submit the SharePoint list I'm patching to updates as I would expect it to.
an example text input:
on change function is:
Set(bulk2pound,'textinput£2coinsfullbags'.Text);Reset('textinput£2coinsfullbags')
the default value for a text input is:
Text(Value(bulk2pound,"en-GB"),"£#,###,##0.00")
The visible value is set to true.
Each darker box is a collection but even when I add a field outside of a collection it does the same thing.
I have tried all the normal things: