I'm doing a project with SharePoint, PowerApps and Flow. I am not able to pass a parameter from a dropdowlist to the flow.
The Parameter is a List type, created in SharePoint
I configured the parameter through the Ask for PowerApps
In the PowerApps i'am pass the parameter to flow:
PB_ControleNotas.Run(imageName;First(colPhoto).Url;tipoPagamento.SelectedItems.Value;tipoDespesa.SelectedItems.Value;(dataNota.SelectedDate);valor.Text;observacao.Text;localizacao.Text);;Back()
Error in Flow execution:
Unable to process model language expressions in the 'Update_properties' entries of the action in row '1' and in '1909' column: 'Template language expression' triggerBody () ['Updatepropertiesfile_Type_x0020_of_x0020_Payment'] ['Value'] 'can not be evaluated because the' RefreshPilotFilter_Type_X0020_Payment 'property does not exist. The available properties are 'Criararquivo_name, Criararquivo_body, Atualizarpropriedadesdoarquivo_Tipo_x0020_de_x0020_Pagamento.Value, Atualizarpropriedadesdoarquivo_Tipo_x0020_de_x0020_Despesa.Value, Atualizarpropriedadesdoarquivo_Data_x002f_Hora, Atualizarpropriedadesdoarquivo_Valor_x0020_da_x0020_Nota, Atualizarpropriedadesdoarquivo_Observa_x00e7__x00e3_o, Atualizarpropriedadesdoarquivo_Localiza_x00e7__x00e3_o'. Check the usage details at https://aka.ms/logicexpressions. '.
Any suggestions how to fix this integration?

Report
All responses (
Answers (