Hi guys! I'm looking into creating a gallery that would execute repeating tables, with reference to Shane Young's YouTube tutorial on PowerApps Repeating Tables like InfoPath Part 1 - Enter the data: PowerApps Repeating Tables like InfoPath Part 1 - Enter the data (youtube.com).
The issue is that I put this expression into my "OnSelect" property of my "Next Page" button to reset the default value of the dropdown: ClearCollect(MeasureCollection,{LineValue: Reset(InputDimension)}); Navigate(HelloForm). Below is the screenshot of my "Next Page" button:

My intention is that when the button "Next Page" is pressed, it would reset the default value of the dropdown to blank and navigate to the "HelloForm". "HelloForm" is the screen that has the dropdown in a gallery that I'm working on right now. My formula in the "Default" property for the dropdown is ThisItem.LineValue , with reference to Shane Young's tutorial mentioned above.
When I run my app and after pressing the "Next Page" button, it should reset the default value of the dropdown to blank. The thing is that it did not and I have encountered this error instead in the following screenshot below:

Did I put the formula wrongly or did I missed anything? Let me know if there is any, thanks!