Hi.
I’m using SharePoint Online with DFFS and have a requirement to relate one list to another. Unfortunately the user experience requires the use of a multi-line description field from List A to relate to List B but using a Lookup column in List B it isn’t allowed to use a multi-line column.
Can anyone help with how I can create an experience when the user is creating a new item or editing an item in List B where they can see the values in the multi-line column (DESCRIPTION in example below) to select from but the value of a calculated ID column (CALCULATEDID) is stored to link the two together?
e.g.
**LIST A**
TITLE DESCRIPTION CALCULATEDID
Blank Lorem Ipsum…. LISTA-001
**LIST B**
TITLE DESCRIPTION LISTA_RELATIONSHIP LISTA_DESCRIPTION
Blank Lorem Ipsum…. LISTA-001 Lorem Ipsum…
Thanks.