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