Hi,
I’ve implemented a “Navigate to a URL” action so that when a user clicks the Customer ID cell in the first LCA, a second LCA opens.
On the second LCA, I’d like the "Search Input" component to be automatically populated with the Customer ID that was clicked on first LCA.
Is this possible?
Hi Dario,
This can be done by adding text data to the URL for the component to use. Here is an example of such a data object:
data={
"version": 1,
"components":
[
{
"cid": 27,
"select": { "strings": ["Your text goes here"] }
}
] }
More info can be found on this docs page.