Hello!
I would like get some help if it is possible , please.
I use a gallery with items to create new records in a sharepoint list using patch function, so far so good. But I need attach pictures also, same picture for all item of this gallery. I have tried it with a form and set a attachment control on it and add a bottom with the following code:
ForAll(
Gallery3.AllItems;
Patch(
Registros_TMLS_EQUIPOS_CDW;
Defaults(Registros_TMLS_EQUIPOS_CDW);
{
POINT: Title3.Text;
RESULT: Value(ResultadoInput.Text);
DATE: DateValue(DATEInput.Text);
TAG:Title3_1.Text;
// Latitud: Value(LatitudeInput.Text);
// Longitud: Value(LongitudeInput.Text);
Operador: OperadorInput.Text;
'Datos adjuntos':DataCardValue16.Attachments
};
Form2.Updates
)
);;
Form2 data source is the same that Gallery3,
Could you please give me some advice to find a solution?
Thanks in advance.

Report
All responses (
Answers (