Hello all,
I have a sharepoint list with several columns for multiple input app screens (each screen pushing out text/values to certain columns). I would like to disable a button accessing each 'record screen' in case when there is a record already in any relevant columns - based on a TextInput field value (on a previous screen) and any value already being present in the list from the 'record screen'.
Currently playing with the following code:
If(LookUp('Workflow Reminder-Dpt','Workflow Reminder-Dpt'.ProjectNumber=TextInput1.Text,'Workflow Reminder-Dpt'.ProjectNumber),DisplayMode.Disabled,Edit)
The code does not work and I still need to add condition for 'any' other record in certain column.
Please has anyone been trying to resolve similar issue?
Kind Regards,
Ajwou