Hi,
Say I have a value like this in myGallery.
and text property is this - ThisItem.Status_two.Value
when i click the next arrow to edit i see a different status.
How can I ensure these are the same values?
my default property is Parent.Default.
and items property is Choices([@'Data Source'].Status_two)
getting this error now -
and the Default of the parent card is - ThisItem.Status_two
the Update property of the parent card is -DataCardValue52.Selected
@wonka1234 - on the DefaultSelectedItems property of the ComboBox, use:
If(
'Your Form'.Mode = FormMode.New,
{Value: "New Request"},
Parent.Default
)
Do not make any customisations to the DataCard (the parent container holding all of the controls).
1. Others are, but they arent choice fields. Ie a datacard with a text input seems to be displaying the correct value.
2. only customization is displaymode.view.
Ahhh u caught me, looks like in the DATACARD I had :
LookUp(Choices('Data Source'.Status_two),Value="New Request")
3. Form Item property - LookUp('Data Source',ID=gblRecordID)
So Im guessing I need to make this parent.default?
Problem is - the first saving of this form should default to "New Request" but after if I want to edit it, the status may have changed, and I dont want it to default to New Request at those times.
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional