I have created a flow using AI Builder to extract information from several PDFs located in a SharePoint folder and place the information in an Excel file also located in SharePoint. However, when I add a new PDF to the folder, the flow doesn't work, and I get the following error: The execution of template action 'Aplicar_a_cada_uno' failed: the result of the evaluation of 'foreach' expression '@{triggerOutputs()?['body/Author']}@{triggerOutputs()?['body/Author/JobTitle']}@{triggerOutputs()?['body/Author/DisplayName']}@{triggerOutputs()?['body/Author/Email']}' is of type 'String'. The result must be a valid array.