Hi All,
Could someone show me how to amend this formula to allow for a three second delay before the collection task is carried out, thanks in advance!
Clear(Data);
ForAll(
Gallery1.AllItems,
Collect(
Data,
{
Name: 'Company name',
Miles: Long.Text,
PCode:End.Text,
EM:Subtitle1.Text
}
)
)