I am converting an html email to json.
I have this expression to get the first table
concat('<table',first(split(triggerOutputs()?['body/body'],'<table')))
How would I get the second or third table?
I am converting an html email to json.
I have this expression to get the first table
concat('<table',first(split(triggerOutputs()?['body/body'],'<table')))
How would I get the second or third table?
Copyright © 2021 Jogjafile Inc.

First, second, third, etc...