LINKTOFORM() via Chat App View

I'm using LINKTOFORM() and it's working for my AppSheet app. 

I would like to have a chat interface to the app. It nearly works, but the LINKTOFORM() doesn't pass values and instead links to a generic form view without the populated values. This seems like a bug since the app view is working.

For example, this action works in the normal web UI. It does not function in the chat UI.

LINKTOFORM(
"Changelogs_Form",
"product_id", [_THISROW].[product_id],
)

0 0 9
0 REPLIES 0
Top Labels in this Space