while trying to show/hide a 'radio button' field on select change of a particular value in dropdown list in power apps, facing an issue from SharePoint side. The values are by default entered in the SharePoint list .
Tried using this particular formula in "visible" property of a 'radio button' field : "If (Dropdown2.SelectedText.Value="Building A", true, false)".
So it's working fine in power apps side , like the 'radio button' field appears accordingly with "drop down " value selection. But in SharePoint side it's taking by default value "yes" from the 'radio button' field. So irrespective of any value given in "drop down " in power apps , in SharePoint it shows some or the other value rather than showing blank option for the particular 'parking slot' field, even though if we are keeping it hidden in power apps side , for different drop down value.
So , the admins accessing for a record , will assume everyone needs 'parking slot' according to SharePoint default values displayed.
So, the concept is for some 'buildings' , the 'parking slot option' should be hidden , for other buildings the option needs to be visible to book it . Please find the attached screenshots of the same. 'buildings'- drop down.
'parking slot option'- radio button.
So , if i select 'building B' here , in the SharePoint side for that particular records registered with 'building B' i need 'parking slot option' to be blank . It should be applicable to 'building A' the values 'yes' or 'no'.
Please do help here , have timelines to this project very nearby. Do revert back for any more details needed in detail.