I have been trying to collect data from an external sharepoint list within a form (new responsive form O365) that is used in a separate list by using the lookup function but for the life of me am unable to grab that info…
If the “Unique Approval” is checked, I need the email address (Approver Email) that is listed for that person.
You should specify the value for "Unique Approval?" in the lookup
Is the column "Unique Approval? of Boolean type? You could try - Yes/No or or true/false. Boolean: A true/false value. Does not need to be surrounded with quotes.
Thanks for your reply and I see that it worked! But I guess I failed to mention also that, IF a certain selection is made that sits under “Title” (ex. AED Books) and the “Unique Approval?” is checked, grab the email listed for that person…
Will an If statement have to be inserted before it?
The Lookup function is mainly performed using a unique key value eg “Id”.
It is possible to have 2 or more conditions using a workaround. When you have multiple conditions, you need to create a new column which you combine all the values and ideally all the values should be of the same type eg String.
Combine Title + Unique Approval into Title_Unique_Approval