I'm working on a leave application, with sharepoint list as datasource. I have a 'number' column in this list to store the amount of days applied for particular leave request.
The value is stored in a variable, and I've configured the Default value of the datacard as the variable. Hence, whenever the variable is updated (accomplished elsewhere in the form), the value 'should' be updated as well.
This seems to work fine in Powerapps. I see the display text for the datacard updated dynamically. As I understand, during form submission, the default value would be passed on. However, when I pass submit the form, and check on the flow output (Get Sharepoint item), I do not see the value anywhere. There is no error notification of any sort, the value just doesn't exist.
New to Powerapps, appreciate any feedback on this.