Hi,
I have two SharePoint Lists-
One is called 'Workbook' and has the column 'Task Reference Number' which is a text field.
Second is called 'Workbook Diary' which also has the 'Task Reference Number' column but this is a lookup field and pulls values from the Workbook 'Task Reference Number' list. See below screenshot of the column setup.
What I want to do is be able to Autopopulate this so if there is a 'Task Reference Number' in the 'Workbook' list, then it will automatically populate the column in the 'Workbook Diary'.
I also want to display this in my form in Power Apps & in my gallery- currently users are having to manually remember which task they are writing an update for and then search for the Task Reference Number that is pulled from the lookup column, which may lead to entries being added for the wrong task.
Not sure if Power Automate is needed or whether I can do this in Power Apps.
I am using a Combo Box in Power Apps to select this task reference number currently. I have attempted to change the default for the card and the default selected items using a lookup but couldn't figure it out to work.
My items for the combo box are currently:
Choices('Workbook Diary'.TaskReferenceNumber).
Any help would be greatly appreciated- thanks!