Response Path and Response Id Path

In configuring a new flow does anyone know what to put for these values when using a batch size limit > 1?

When submitting a feed, this is an example of the response we get back.

<?xml version="1.0"?>
<SubmitFeedResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
<SubmitFeedResult>
  <FeedSubmissionInfo>
    <FeedSubmissionId>123456123456</FeedSubmissionId>
    <FeedType>_POST_PRODUCT_PRICING_DATA_</FeedType>
    <SubmittedDate>2019-06-07T20:26:45+00:00</SubmittedDate>
    <FeedProcessingStatus>_SUBMITTED_</FeedProcessingStatus>
  </FeedSubmissionInfo>
</SubmitFeedResult>
<ResponseMetadata>
  <RequestId>98103653-2dc5-4464-a17a-0a186ea9ba7c</RequestId>
</ResponseMetadata>
</SubmitFeedResponse>

I tried these values but I'm not sure what the format should be or what elements it is looking for.
Response Id Path: /ResponseMetadata/RequestId
Response Patch: SubmitFeedResponse

Hi @donconrad

I found these 2 on MWS that could help, more so the first one. there are some samples too. Your format seems correct, if you're getting errors may be the values.

https://docs.developer.amazonservices.com/en_US/dev_guide/DG_ResponseFormat.html
and
https://docs.developer.amazonservices.com/en_US/feeds/Feeds_SubmitFeed.html

-m