KnowledgeSync web-based
I'm attempting to create a system for my employees to email in data in a specified format that will return data from my ERP.
I so far have:
- My email account inbox being monitored by KnowledgeSync
- Two queries that are linked and working (for individual items)
- An HTML email that responds properly with one item
The issue that I'm hoping to get help with is when I want to return data on mulitple items.
I'm hoping someone has had luck with getting this to work. I believe the only way to get it to work is to have the incoming request data in a CSV format i.e.
Part Number: 6101098, 6101099, 6101029
This would allow the primary query to pull the data after Part Number:, and feed it to the secondary query, which would then build the email in the event using {BEGIN REPEAT} and {END REPEAT}
Has anyone had success doing this?

This was an attempt that only read the first number, but repeated it 4 times.
Any help would be appreciated. Please let me know what other information that I can provide.
