Hi guys,
I am new to PowerApps and am struggling with a looping problem. I have a slider n user will select value on slider . According to selected value the loop should be run and everytime record should be store in db – excel table. Data stored should be app name , id and vmname.
Currently id has property that it will autoincrement with default property set to If(EditForm1.Mode = FormMode.New,Last(Table1).Id + 0001,Parent.Default)
And vmname has concatenate function Concatenate("test-",Text(DataCardValue5),Text(Label1))
so I am looking to implement a case if user selects value 2 on slider then following data should be saved to excel table
Any assistance is greatly appreciated. And if you need any further information, I will happily provide.
Thanks
I have three screens.Basic motto of application is to create unique names by appending app name + number-id.
1)On edit screen I have provided radio button of one n multiple.
If user selects one then user can add app name , id auto populated (autoincremented by 1) and vmname is generated with concatenation.
2)I am looking to create multiple vmnames similarly.
if user selects mutiple - radio button , slider will be visible.
if user selects value 2 on slider,
at first I will be entering app name: testapp1 Id: last +1 :e.g 6 ->vmname testapp10006
this should be saved in excel table.
Next I will be entering app name: myapp1 Id: last +1 :e.g 7 ->vmname myapp10007
This also should be saved.
Let me know if any more info I need to share.Thank you!
Hey @AzureLearner
User | Count |
---|---|
122 | |
87 | |
86 | |
75 | |
67 |
User | Count |
---|---|
214 | |
180 | |
137 | |
96 | |
83 |