Hello
I'm creating a flow that will let a user (student) from a different tenant create a SP list entry in this tenant.
They fill in a form, that will send an e-mail (the body of the email is a json object) that is parsed into the flow. The e-mail, parsing etc. works fine.
But I have two lookup fields (school and class) in the SP list (students) that have to be filled in. I have the values for school and class available in my json object.
So, the plan is to get both fields from the student list, do an odata filter on the school.value and class.value und Compose the first results for the schoolID and classID into variables that I can then enter into the SP list.
But when I get items from Sharepoint, the two fields don't appear for an ODATA filter. 😞
How do I do this?