Currently using this code to allow users to input there data if not included in the choices. However, I would like to remove their data for the next user. I do not know which one to reset sadly. Thanks
If(
!IsBlank(DataCardValue23.Selected),
DataCardValue23.Selected,
If(
!IsBlank(DataCardValue23.SearchText),
{
Value: DataCardValue23.SearchText,
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference"
},
Blank()
)
)
Would like to remove those inputs that was not initially in the choices with a "refresh" button or something. Thanks
Solved! Go to Solution.
Hi @grapejuice,
Based on the issue that you mentioned, do you want to remove the added choice from the Combo Box?
Could you please share a bit more about the scenario?
I have a test and the situation is confirmed on my side, that if you use the provided formula for the Update property of the DataCardValue23, nothing will be added to the options. The options from the Choice column remain the way you set in the column settings.
Please show me how you set the Items property of the DataCardValue23. Generally, we set it as:
Choices([@Tracking].Status)
Hi @grapejuice,
Based on the issue that you mentioned, do you want to remove the added choice from the Combo Box?
Could you please share a bit more about the scenario?
I have a test and the situation is confirmed on my side, that if you use the provided formula for the Update property of the DataCardValue23, nothing will be added to the options. The options from the Choice column remain the way you set in the column settings.
Please show me how you set the Items property of the DataCardValue23. Generally, we set it as:
Choices([@Tracking].Status)
It seems only the user who added sees that choice he added, and if he clears cache it will be gone. So i guess it is okay already thank you
User | Count |
---|---|
159 | |
96 | |
82 | |
74 | |
58 |
User | Count |
---|---|
194 | |
178 | |
102 | |
95 | |
85 |