Thank you for your recommendations.
So BP is here, but is is very simple scenario (for the moment).
blueprint (9).json (13.3 KB)
Output data are here:
[
{
"array": [
{
"LLM": "ALL",
"Object 1": "Some audiences",
"Object 2": "\n",
"Object 3": "\n",
"Object 4": null,
"Object 5": null,
"Object 6": null,
"Line type": "Core",
"Použití": [
"LI post",
"LI carousel",
"Blog"
],
"Designation": "Audiences",
"Record type": "Audiences"
},
{
"LLM": "ALL",
"Object 1": "Some design instructions",
"Object 2": null,
"Object 3": null,
"Object 4": null,
"Object 5": null,
"Object 6": null,
"Line type": "Client specific",
"Použití": [
"LI post",
"LI carousel",
"Blog"
],
"Designation": "Design specifics",
"Record type": "Design specifics"
},
{
"LLM": "ALL",
"Object 1": "## Blog types (general definition)",
"Object 2": "## **Blog Structure:**",
"Object 3": "## Content and Style",
"Object 4": "## Technical Aspects",
"Object 5": "## Blog types",
"Object 6": null,
"Line type": "Content specific",
"Použití": [
"Blog"
],
"Designation": "Content specifics (blog)",
"Record type": "Content specifics"
},
{
"LLM": "ALL",
"Object 1": "## The User's Profile",
"Object 2": "## **The Professional Background of the User",
"Object 3": "## Language and Style",
"Object 4": "## Content and Messaging",
"Object 5": "## Engagement and Reader Involvement",
"Object 6": "## \n",
"Line type": "Core",
"Použití": [
"LI post",
"LI carousel",
"Blog"
],
"Designation": "User / company specifics",
"Record type": "Client specifics"
},
{
"LLM": "ALL",
"Object 1": "### Support",
"Object 2": "Please",
"Object 3": "\n",
"Object 4": null,
"Object 5": "### \n",
"Object 6": null,
"Line type": "Content specific",
"Použití": [
"Blog"
],
"Designation": "Content rules (blog)",
"Record type": "Content rules"
},
{
"LLM": "ALL",
"Object 1": "Tech Stack",
"Object 2": "## Introduction",
"Object 3": null,
"Object 4": null,
"Object 5": null,
"Object 6": null,
"Line type": "Client specific",
"Použití": [
"LI post",
"LI carousel",
"Blog"
],
"Designation": "Project info (AI)",
"Record type": "Project info"
},
{
"LLM": "ALL",
"Object 1": "## Carousel definition:",
"Object 2": "## Carousel Structure:,
"Object 3": "## Content and Style",
"Object 4": "## Technical Aspects",
"Object 5": "## Carousel types",
"Object 6": null,
"Line type": "Content specific",
"Použití": [
"LI carousel"
],
"Designation": "Content specifics (LI carousel)",
"Record type": "Content specifics"
},
{
"LLM": "ALL",
"Object 1": "### Support ",
"Object 2": "Please",
"Object 3": "\n",
"Object 4": null,
"Object 5": "### \n",
"Object 6": null,
"Line type": "Content specific",
"Použití": [
"LI post",
"LI carousel"
],
"Designation": "Content rules (LI)",
"Record type": "Content rules"
},
{
"LLM": "ALL",
"Object 1": "\n",
"Object 2": "## Post",
"Object 3": "## Content a",
"Object 4": "## Technical",
"Object 5": "## Post",
"Object 6": null,
"Line type": "Content specific",
"Použití": [
"LI post"
],
"Designation": "Content specifics (LI post)",
"Record type": "Content specifics"
}
],
"__IMTAGGLENGTH__": 9
}
]
What I need to do is set a variable with this logic: “Check if ‘Record type’ is Audiences and if so, return the value of ‘Object 1’”
The idea is, that I will create several dozens of such variables with similar logic.
Would this help?