Hello everyone my name is Taniguchi. i have a entity named msdyn_expense that is connected to a entity named notes and this entity contains attachments. i tryng to when a update a record on msdyn_expese the attachment in notes that is connected to the record move to sharepoint. i got a article that explains how i do it but i have some questions:
in filter query field what means _parentcustomerid_value eq triggerbody()?['accountid'] ?
_parentcustomerid is it a collum ?
what means in filter query isdocument eq true and objecttypecode eq 'contact' and _objectid_value eq item('For_each_contact')['contactid'] ?
what means on file content: base64tobinary(item('For_each_attachnment')['documentbody'])
thank for the help