Dear community,
I am using below expression to get the values from sharepoint list. However, is it possible to get more than 500 records?
ClearCollect(
colGalData,
Filter(
ClaimsForms ,
ApprovalResponse = "Pending - Process"
)
);
Also for below formula, i get warning as
Launch(ThisItem.'Link to item', "", LaunchTarget.New)
To use the 'target' argument (LaunchTarget) in the Launch function the second parameter must be a record.