I have created blank canvas app and I want to create product details like product name, price, category,quantity, color, etc..., by using set function with OnStart property. Please, suggest any information about this.
I want to create global variable with Onstart property in blank canvas app.
If you have fixed set of products, you can write function like below in
OnStartproperty ofAppobject in your app:It creates table of multiple records with same properties. You can adjust the data type of each property and add multiple records/objects as per your requirements.