
Announcements
Hi All,
I have a combobox inside gallery, In the Onchange of the dropdown I have written this formula,
Patch(
colNewItem,
LookUp(
colNewItem,
rops_socialleadgenformdetailsid = ThisItem.rops_socialleadgenformdetailsid
),
{cr553_fbpagenameinformdetailtable: Self.Selected.'FB - Page Name'}
)
Ealier this formula was storing the selected value in collection but when I changed the column now value is not getting stored, what can be the reason?