LINKTOFORM in another APP

Hi. I have created the following linktoform link in a Workflow Template

<<HYPERLINK(CONCATENATE(โ€œhttps://www.appsheet.com/start/1f2e872a-6baa-4566-9f3d-2c8b8db3a464",LINKTOFORM("Work_Order_Master_F...โ€, โ€œStatusโ€, โ€œOpenโ€, โ€œPriorityโ€, โ€œMediumโ€, โ€œPDMAssetManagement-813993โ€)),
โ€œCLICK HERE TO OPEN A TICKET FOR THIS DEFECTโ€)>>

but I am getting the following error indicating the structure is not quite right.
The URL was: /start/1f2e872a-6baa-4566-9f3d-2c8b8db3a464PDMAssetManagement-813993
App Template โ€˜1f2e872a-6baa-4566-9f3d-2c8b8db3a464PDMAssetManagement-813993โ€™ not found.

I want to create a direct link to a โ€˜New Ticketโ€™ form in the AssetManagement App.

Could anyone point out where I am going wrong with the expression?

Thank you.

Solved Solved
0 7 419
1 ACCEPTED SOLUTION

Remove the app portion of the deep link, youโ€™re already specifying the app with the app ID (the long string of text and numbers):

2X_4_4b594585ba1fa5f1551f1ac433f1590872a979f4.png

View solution in original post

7 REPLIES 7

Remove the app portion of the deep link, youโ€™re already specifying the app with the app ID (the long string of text and numbers):

2X_4_4b594585ba1fa5f1551f1ac433f1590872a979f4.png

Great thank you @MultiTech_Visions. Working perfectly now.

Youโ€™re welcome! (^_^)

@MultiTech_Visions
Can I just ask a follow up query on this? I need some of the prepoulated values in the LINKTOFORM instruction to be dynamic based on the values from the original form completed.

If I take the example above:
The workflow template is generated if any part of an inspection fails in a Health & Safety App and the LINKTOFORM directs the user to the Asset Managment App allowing them to create an open ticket.

The inspection table in the health & safety app has a column called [Sub Category] and the table in the Asset Management App also has a column called [Sub Category] so what I need to pass in to the LINKTOFORM instruction for Sub Category is something like โ€œSub Categoryโ€, โ€œ[_THISROW].[Sub Category]โ€ but that is not working.

Hope this makes sense. Could you help a little with this?

Thanks.

Try removing the [_thisrow]. from the [Sub Category], see if that does the trick.

It did the trick thank you @MultiTech_Visions

Youโ€™re welcome!

Top Labels in this Space