You are viewing limited content. For full access, please sign in.

Question

Question

laserfiche cloud (Forms Data)

asked on August 5, 2024 Show version history

Good day i would like to ask how can i solve this.i need to be able to send all the data in the form collection but currently it only send the information of the first username displayed but the others are not displayed 

firstt.PNG
secondt.PNG
third.PNG
firstt.PNG (38.12 KB)
secondt.PNG (43.78 KB)
third.PNG (19.97 KB)
0 0

Replies

replied on August 5, 2024

I think you need to create a token and select Allow token to have multiple values.

 

Then you need to run For Each Row activity on collection fields and assign the user names on the token

 

To finalize you can create another token like "Email Final" and assign the multivalue token to this. Then go to Token Dialog, check Apply Index and select "All values separated by = Comma".

This will put your usernames as one string on the email final token.

Then you can put this token to Email.

 

LF Answer.png
1 0
replied on August 5, 2024

That's likely unnecessary. You could just use formatting on the multi-value input parameter that brings in your form data.

3 0
replied on August 5, 2024

In particular, I believe Miruna is suggesting using the Index functionality of tokens (e.g., via the token editor dialog) to access all of the values of a multi-value token:


 

If you need to do anything complicated with each value, however, you'll probably want to go the route Onur suggested.

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.