Getting URL of user's activity

This URL looks like this: ZRIN - Znanstveno-razvojna inicijativa - prijedlozi opće, stručne i poslovne javnosti

It functions very good, enabling someone to land exactly to the position where it is needed. Unfortunately, it isn’t visible to me, how could I possobly get this info in app itself (online) and transmit it e.g. via e-mail to intended user? Such as “Your entry was updated, klick here: xxx!”.

Do you mean getting a deep link visible in your database?

In the inline list that leads to your details screen, you can set a custom action to:

  • View details screen of the item.
  • Set the URL of the current screen to a column in your database.

Then, you can use that URL in your other flows.

Thnx, I am sorry that I missed this simple feature!
Bad news: in practice, it doesan’t function. Instead of screen URL, app generates publishing URL, thus login/homepage!?
URL from the browser is correct: ZRIN - Znanstveno-razvojna inicijativa - prijedlozi opće i stručne javnosti

It only works if you do it from the Published App. It won’t work from the builder.

1 Like

thanx, it works perfectly!
Caveat: in custom action the order has to be set as you indicated! If one set the order “set URL” → “view details”, it gives the app address and not the screen address!

1 Like

I realized that already, thanks anyhow!

Yes, that’s a good catch.