Hi Team,
Is there any way where a automation step to retrieve the data from the source and add to the spreadsheet to be used by Postman?
Regards,
Aakash
Hi Team,
Is there any way where a automation step to retrieve the data from the source and add to the spreadsheet to be used by Postman?
Regards,
Aakash
You’d have to write code for that. It doesn’t sound like a particularly difficult task, but it’s not something Postman is meant to do.
Personally, I’d opt for something like a lambda function and cron job to do something like that.