Skip to main content
Solved

Capture the record identifier from a record picker


Forum|alt.badge.img+13

Hi all,

I have a record picker in an interface. I need it to automatically do certain actions taking the name or ID from the record I click on the list.

Does anyone know if there is a way of retrieving the identifier of the record being clicked?
Does some trigger type detect that a record in the picker was selected?

I failed to find something searching through support articles.
Maybe someone can confirm whether such a feature was actually implemented in interfaces, or can suggest some smart trick.

Thank you.

Best answer by kuovonne

Grunty wrote:

Thank you, Kuovonne.
So, there is no way to trigger some processing depending on the record selected on the list.

For example, I want to automatically change a status field in records in another (child) table, that are linked to the record clicked in the picker (parent table).
Do you know a way to do this, from an interface?


That’s not what I said. I said the record picker itself cannot trigger the automation.

You can trigger an automation from a button field linked to the record picker. Or you can include an editable field based on the record picker.

View original
Did this topic help you find an answer to your question?

4 replies

kuovonne
Forum|alt.badge.img+27
  • Brainy
  • 6001 replies
  • October 14, 2022

A record picker by itself cannot trigger an automation. You can trigger an automation from a button element with a run automation action. Or you can trigger an automation from the user editing a field value for the record.


Forum|alt.badge.img+13
  • Author
  • Inspiring
  • 69 replies
  • October 14, 2022
kuovonne wrote:

A record picker by itself cannot trigger an automation. You can trigger an automation from a button element with a run automation action. Or you can trigger an automation from the user editing a field value for the record.


Thank you, Kuovonne.
So, there is no way to trigger some processing depending on the record selected on the list.

For example, I want to automatically change a status field in records in another (child) table, that are linked to the record clicked in the picker (parent table).
Do you know a way to do this, from an interface?


kuovonne
Forum|alt.badge.img+27
  • Brainy
  • 6001 replies
  • Answer
  • October 14, 2022
Grunty wrote:

Thank you, Kuovonne.
So, there is no way to trigger some processing depending on the record selected on the list.

For example, I want to automatically change a status field in records in another (child) table, that are linked to the record clicked in the picker (parent table).
Do you know a way to do this, from an interface?


That’s not what I said. I said the record picker itself cannot trigger the automation.

You can trigger an automation from a button field linked to the record picker. Or you can include an editable field based on the record picker.


Forum|alt.badge.img
  • New Participant
  • 1 reply
  • June 11, 2023

You can cause automation from a button discipline linked to the record picker. Or you could include an editable area based on the record picker.


Reply