Title: Invalid value export
Last modified: January 30, 2023

---

# Invalid value export

 *  [takacs9790](https://wordpress.org/support/users/takacs9790/)
 * (@takacs9790)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/invalid-value-export/)
 * Dear Flamingo Support,
   I solved where the e-mail sent from the form should arrive,
   depending on the list item, in the following way.
 * [https://www.scratchcode.io/send-emails-to-different-people-based-on-dropdown-selection-contact-form-7/](https://www.scratchcode.io/send-emails-to-different-people-based-on-dropdown-selection-contact-form-7/)
 * The e-mail arrives fine, but when I export the records, it contains incorrect
   data.
 * Exports the email address, not the “|” the value before the line character. The
   email is fine, but the export is not good.
 * Could you help me?
 * Thank you in advance!

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/invalid-value-export/#post-16423921)
 * > Exports the email address, not the “|” the value before the line character.
   > The email is fine, but the export is not good.
 * Why do you think the export is not good?
 *  Thread Starter [takacs9790](https://wordpress.org/support/users/takacs9790/)
 * (@takacs9790)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/invalid-value-export/#post-16429840)
 * 2 data are included in the place of a list item:
   examplelistitem1 | e-mail address
 * This is because of the method written above, because not all e-mails go to the
   same e-mail address. No problem with that.
 * The e-mail arrives fine, because according to the description of the link above,
   I can extract both the e-mail address and the value before it separately.
   I get
   the value before it like this [_raw_examplelistitem1]This is what I need and 
   it arrives fine in the email, but when I view the email with the Flamingo plugin
   or export it, I don’t see the value examplelistitem1, just the email address.
 * It would be important for the extension to display the first value (the one before
   the vertical line), not the email address.
 * Can you help me with this?
 * Thank you in advance!
 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/invalid-value-export/#post-16431549)
 * You can use the [`wpcf7_flamingo_inbound_message_parameters`](https://github.com/takayukister/contact-form-7/blob/f93de38654a2dfc1ccab17a78cabe998fc3670ed/modules/flamingo.php#L138)
   filter hook to edit data that Flamingo receives. Try checking `$args['fields']`.
 *  Thread Starter [takacs9790](https://wordpress.org/support/users/takacs9790/)
 * (@takacs9790)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/invalid-value-export/#post-16446371)
 * Thanks for the idea, but unfortunately it didn’t work.
   If I change the code like
   this, I can’t see any data in the plugin, it’s completely empty.
 * Do you have another idea?
 * Screenshots below:
 * [https://ibb.co/8z0nczx](https://ibb.co/8z0nczx)
   [https://ibb.co/HN05BSR](https://ibb.co/HN05BSR)
    -  This reply was modified 3 years, 4 months ago by [takacs9790](https://wordpress.org/support/users/takacs9790/).
    -  This reply was modified 3 years, 4 months ago by [takacs9790](https://wordpress.org/support/users/takacs9790/).

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Invalid value export’ is closed to new replies.

 * ![](https://ps.w.org/flamingo/assets/icon-128x128.png?rev=1540977)
 * [Flamingo](https://wordpress.org/plugins/flamingo/)
 * [Support Threads](https://wordpress.org/support/plugin/flamingo/)
 * [Active Topics](https://wordpress.org/support/plugin/flamingo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flamingo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flamingo/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [takacs9790](https://wordpress.org/support/users/takacs9790/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/invalid-value-export/#post-16446371)
 * Status: not resolved