I have a list for requestor.
I have another list which shows machines availability
I need a code for auto assigning respective machine to request list.
Thanks,
Mahesh

I have a list for requestor.
I have another list which shows machines availability
I need a code for auto assigning respective machine to request list.
Thanks,
Mahesh
Hi @Mahesh005,
Do you want to aiign Name column from second list to the first list?
You just need to use AddColumns() function:
AddColumns(List1,"MachineName",LookUp(List2,Category='Requested Category').Name)