Hi,
Is it possible my collection gallery to auto scroll when i hit create another line item within gallery please see screenshot and my collection formula
Collect(
IndexesChecks,
{
Value: Max(
IndexesChecks,
Value
) + 1
}
);
Collect(
DataToTeamLinkChecks,
{
Index: Last(IndexesChecks).Value,
Text: Blank(),
URL: Blank(),
Valid: false
}
)