I have an app which has been working well all along.
Recently due to an ownership update of the app, together with the other connections, the app started to have unexplained behaviour.
For example, all fields in an approval form can be reflected successfully on the list except the attachment which is reflected as nothing received. No connection issues have been flagged on both power automate and app. In fact, all the runs have been successful.
More info:
- Sharepoint list attachments enabled under advanced settings
- No changes made to the attachment card on power app:
- DataField={Attachments}
- Update=DataCardValue33.Attachments
- Default=ThisItem.Attachments
Would appreciate any tips, thanks
Update:
Seems like the app is still able to pass attachments to sharepoint, but only for some file types.
.msg files can be attached successfully, while .xlsx files still cannot be attached.
With this new finding, connection should not be an issue then.
Does anyone know if there is a setting somewhere that restricts file types for attachments?
And why is it that xlsx files are suddenly not allowed, when previously there were no issues.