Link to a search result?

Hello community,

I would like to add a dynamic link on an external page, that points to a specific row in coda.

Here is the scenario:
I have a Coda table with an “email” column.
In our helpdesk tool, I would like to add a link to the row that contains the email of the conversation we’re working on.

The helpdesk tool allows to create links that contain the email (using a dynamic parameter * {%customer.email%}).
But how can I build a link to a coda specific row, given a column?

Thanks

Hi Daniele,

I’m not sure I understand your question.

If you want to just copy manually a link to a row in Coda, you can do it via right clicking the row on the UI.
image

Or do you want to get the link programatically using the email as a filter parameter?

Thank you Pablo.

Yes, I want to build the link grammatically using the email as parameter.
Something like coda.io/qwerty/?email=

Thank you

As far as I know that’s not possible.

You would need to use the Coda API to query the items that match the customer email and fetch the ‘browserLink’ field.

image

Hope that helps

Pablo

Thanks Pablo, I ended up doing that via Make.

Thanks!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.