Hello,
I'm trying to collect a blank record type in a collection, in order to the user be able to select after a value in a dropdown.
My code is the following:
Collect(
GoalsCol;
{
lstGoals_MasterID: SharePointIntegration.SelectedListItemID;
lstGoals_Concept: "";
lstGoals_Kind:Blank();
lstGoals_Percent: 0;
lstGoals_ToDivideBetween:"";
lstGoals_AnnualBonusValue: Value(DataCardValue10.Text)
}
)
lstGoals_Kind and lstGoals_ToDivideBetween are the dropdowns I want to inicializate, but they are in text type right now, and I want them to be record type.
Many thanks for the help in advance,
Marina.
Solved! Go to Solution.
Hi @marinadengra,
Note that you have another repeated case and our super user has responded here already. I will mark here to close the case.
Thanks for your cooperation.
Hi @marinadengra,
Note that you have another repeated case and our super user has responded here already. I will mark here to close the case.
Thanks for your cooperation.
User | Count |
---|---|
156 | |
90 | |
67 | |
63 | |
62 |
User | Count |
---|---|
212 | |
157 | |
96 | |
86 | |
76 |