Linktoform issue

I have an action which calls:

LINKTOFORM(
"plot",[PlotID],
"Site",[Site],
"Customer",[Site].[Customer],
"DefectCreation",Now(),
"DefectUser",UserEmail(),
"Type",โ€œDefectโ€,
"Start Date",Today()+1,
"Start Time",TIME(โ€œ08:00โ€),
"End Date",Today()+1,
"End Time",TIME(โ€œ09:00โ€),
"Category",โ€œCRPH Internal Onlyโ€,
"Parts Required",โ€œNoneโ€,
"Billable",โ€œFALSEโ€,
"QS Response",CONCATENATE("Quick Defect authorised by ",ANY(Select(Staff[Name],[Login Email]=UserEmail()))),
"Authorisation","Authorised"
)

As it is above I get an error saying it cant find โ€œAuthorisedโ€, the last item.

If I delete โ€œAuthorisationโ€,โ€œAuthorisedโ€ I get

The Quick%20Defect%20authorised%20by%20Simon%20Robinson app did not load successfully. Please contact the app creator. Unable to fetch app definition. App โ€˜Quick Defect authorised by Simon Robinsonโ€™ was not found.

Canโ€™t see the issue, maybe it just late

Solved Solved
0 2 119
1 ACCEPTED SOLUTION

Doh, forgot to put in the form name

View solution in original post

2 REPLIES 2

Steve
Platinum 4
Platinum 4

Doh, forgot to put in the form name

Top Labels in this Space