Hi Guys,
I have column 1 , Column 2, Column 3 , Column 4, Column 5 and Column 6 in a row
Column 1 is image url
Column 2 is title
Coumn 3 is post url
Column 4 is image url
Column 5 is title
Column 6 is post url
I want these column values to be represented as card view. is there a way I can do it?
Is miracle method only way?
Thank you in advance for your help.
Regards,
Dilip
Hi @Darren_Murphy ,
Theoretically I understand the entire flow end to end. I am able to add data temporarily to helper table called temp I followed the example by Rob on Mircle method
From helper table I add the data into another table called Template split where there will be max of 200 rows and once the JSON is split they are added to each rows.
My doubt from here I have to move the relevant data to another table right? because both helper table and Template split table are temporary right ? Every time new JSOn is fetched data is written to helper table then splitting into rows happen in Template split table and it needs to be added to another table.
Is this thought correct?
Second Doubt : From temp split table how do I automatically add all row relevant data to another table called FinalDestination?
Do we need workflow use for this?
Thank you in advance for your help.
Regards,
Dilip