Creating Dynamic JSON on basis of excel data

String manipulation can be a viable approach for extracting specific JSON values, especially when dealing with simple and consistent JSON structures. However, for more complex and dynamic scenarios, utilizing a dedicated JSON parsing approach offers greater robustness and error resilience.

Recommended Approach: Using Deserialize JSON Activity
This method offers flexibility and helps prevent issues that can arise from changing values or formats within the JSON.

  • Read JSON File
  • Deserialize JSON
  • Extract Values
  • Write to Excel
  • Loop: Wrap this process in a loop if you have multiple entries to process
  • HTTP Request: Once the values are saved to Excel, proceed with the HTTP request for further data retrieval.