From 2cb0cdadae45d39114e909db9c021de330eb17b5 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:25:41 -0600 Subject: [PATCH] chore: stub out post --- .../wwwroot/posts/onspring-reftoarray-explained/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/Blog/wwwroot/posts/onspring-reftoarray-explained/index.md diff --git a/src/Blog/wwwroot/posts/onspring-reftoarray-explained/index.md b/src/Blog/wwwroot/posts/onspring-reftoarray-explained/index.md new file mode 100644 index 0000000..2424613 --- /dev/null +++ b/src/Blog/wwwroot/posts/onspring-reftoarray-explained/index.md @@ -0,0 +1,9 @@ +```json meta +{ + "title": "Onspring’s RefToArray Formula Function Explained: The What, Why, and How", + "lead": "Learn how to use the RefToArray function in the Onspring formula engine to transform and aggregate data from related records. This guide breaks down how RefToArray works, offers practical use cases, and explains when to leverage it for custom data evaluation. Whether you're handling risk scores, survey responses, or task deadlines, get tips on harnessing RefToArray for data insight and control without giving yourself a headache", + "isPublished": true, + "publishedAt": "2024-11-07", + "openGraphImage": "posts/onspring-reftoarray-explained/og-image.png", +} +```