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 115
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