a week ago
I am following along on the training in Automation Pro III, I completed the part of the CSV file and at the end, you can logger the data in the Workato app.
I want to follow the same scenario but using a JSON provided, but I do not have an idea after configuring the JSON document what else I should do.
1. Trigger scheduler
2. Parse Json document
use where('country': "FRANCE).pluck('email')
3. Log message to job report
I appreciate your help.
a week ago
Hi @gfranco ,
Hereโs my understanding based on the given requirements for the main logic:
Solution:
Parse JSON: This component is used to extract incoming data based on the provided sample document.
Thus, it's best to apply the Formula after the extraction step 2 in your case.
Thanks and Regards,
Shivakumara K A