Hello,
I'm using a gallery, with a combo box in it and a text box, this controls get added dynamically into the gallery when clicking on add new line button, because it doesn't have predeterminated amount of rows of info to be added.
so I'm having a problem when I'm trying to save, the items from the gallery to the sharepoint List and I want this items to be created as a new item, as if this gallery was a form creating new items.
I'm using this on the on select button:
Sorry I figured out already it was a dumb mistake lol just didn't realize didn't do the .text after the text input.
1. Could you take a screenshot of the error message.
2. As a test, can you check if patching a single record also returns an error?
Patch(
'Propuesta Carga de Hs ';
Defaults('Propuesta Carga de Hs '),
{
Productos: Productos_combo.Selected;
Horas: Hs_txt
}
)
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional