Hello,
i need help for the below scenario.
i used an output variable(CNP_Extract) to get the data from PAD (which is in form of a table, fields: Received Date, Account No, Debit Date, Payer Name, PI Type, Curr, Debit Amount) to cloud flow.
After parsing the output, the JSON is like this
HI @Ougesh
Here's the basic idea.
Split on the return line \r\n and then use select to split again on the delimiter. Then remove the last object via a filter is not equal to nothing. You can either manually specify the key name OR use a dynamic expression by retrieving the first object of the original array.
FROM skskip(body('Filter_array'),1)
KEY split(first(outputs('Split')),',')[0] then 1,2,3,4
VALUE split(item(),',')[0] then 1,2,3,4
The output is :
You can sort leading or trailing spaces with trim() i.e. trim(split(first(outputs('Split')),',')[0])
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here and like & subscribe to my YouTube Channel thanks 😉
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
30 | |
30 | |
29 | |
21 | |
11 |