admin管理员组文章数量:1336331
I'm parsing text in Amazon PDF files to eventually put the information in a spreadsheet. Items in that document are stored in the list Items and their positions in list ItemPositions. Amazon item orders are grouped by their shipped date. I want to find the first occurrence of the phrase "Shipped On" and retrieve the rest of that line.
Screenshot of an Amazon order with three items and a Shipped On date at the top
I'm using a for each loop block to iterate through each item's position. I'm able to find the first occurrence of "Shipped On" after the position of the item, but I need the one before it.
Screenshot of the Parse block
本文标签: Power Automatelook behind item in list for first occurence of phraseStack Overflow
版权声明:本文标题:Power Automate - look behind item in list for first occurence of phrase - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742335976a2455632.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论