Hello everyone,
I have a screen named Project linked to SharePoint List Project
I have another list - PM which does not have a screen
PM is a field on the form Project, which as a whole has a data source of Project except this one field . I am using Filter(BIS_PMs, Status.Value = "Active").Title to display only Active items for this single field.
The screen is displaying the active items only so that part is working.
What is not working is the submit for this single field. When I submitform, it does not submit this field back to the SharePoint List Project, but it will save the other fields back to the sharepoint list as expected. The update statement in this datacard is DataCardValue153.Selected.
Any help would be appreciated. Thank you