Hello to all.
I'm building an app, which is linked to sharepoint.
The application is linked to a sharepoint list with the name: PGMM_Mentee.
In this sharepoint there is a lookup field, Hard_Skills_Souhaité, that connects to another table, PGMM_Hard_Skills.
I am trying to use a patch, to insert values that i select, but i keep getting errors.
The patch i created so far is with values hard coded, which later on i'll change to values that i get from a collection.
So far this is the patch i made by checking out the forum and other tutorials.
Patch(
PGMM_Mentee;
LookUp(PGMM_Mentee; ID=7);
{
Hard_Skills_Souhaité: {
Id: 2;
Value: "PHP";
}
}
)
The error that i get is that it is expecting a table at the place of Hard_Skills_Souhaité, which is the lookup field in the PGMM_Mentee table.

Report
All responses (
Answers (