Announcements
The type of this argument 'AD SOYAD' does not match the expecred type 'Table'. Fount type 'Text'.
How can fix it ?
What type of field is that? It appears it is a complex field and not a text field.
Type is gallery and I want to patch to sharepoint
The source is expecting a Table, so you will have to find out what it actually wants. You are sending a simple Text item which is not enough data. It is needing multiple fields in a specific syntax. I do not know of a Gallery type in SP - is it an image type?
My data source is sharepoint and my colums is choice form
Eray Google var mi?
https://www.matthewdevaney.com/power-apps-patch-function-examples-for-every-sharepoint-column-type/patch-a-sharepoint-choices-column/
Since it is a Choice you need to send something like
AD SOYAD: {Value: "Subtitle2.Text}
I try to write sharepoint multiple data with gallery and it doesn't work.
It's doesn't work btw same issues
Is the column set for "Allow Multiple Entries"? Are all the entries in the drop-down allowed entries? In your OP you have a text field being written there which is not what you showed just above. I believe that will require a {ComboBox.SelectedItems}
I changed it as you said and it didn't work.Now issue The type of this argument 'AD SOYAD' does not match the expecred type 'Record'. Fount type 'Text'.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 392 Most Valuable Professional
11manish 181 Super User 2026 Season 2
MS.Ragavendar 112 Super User 2026 Season 2