Announcements
Hi All,
I want concatenate "Name" of all selected row from subgrid to one text field.
I try this with a flow, but it give me one row when i execute the flow.
Any idea Please!!
Hi,
You can implement this scenario by adding a new button to your grid + implement your logic using JS code.
,
On the very slight chance it's not obvious from her reply, Nya is another fab resource here in the forums for the more developer type aspects. (that's a subtle hint that you might want to consider following her....)
Hi,
You can enable the Concurrency Control for the trigger of the flow by clicking the 3 dots button > Settings of the trigger. (Value of the limit = 1)
Here is my example to get the names of the selected contacts and append them to the description of the account with the Expression - concat.
Here is the original description of the account.
After I selected the two contacts in sub-grid and run the flow,
the description is shown as the following:
If this helped you, I'd appreciate it if you'd mark this as a Verified Answer, which may in turn help others as well.
Best Regards,
Nya
Hey Wahaj Rashid,
You're much better at the "developer" aspects than me. If adds a "for each" to the compose or the variable versions of the Flow, will that solve the problem of getting all the selected records to concat? Or does it need to be an array?
I mean i get the name of last row selected in subgrid, not all names. :/
Sorry, I'm not sure what that means.
I get now the last selected!!
What if you replace the init variable with Compose? What output do you get?
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156