From 53aff66fc3273c702030cc5628f609effa8b5041 Mon Sep 17 00:00:00 2001 From: "sumit shinde ( Roni )" <110285294+sumitshinde-84@users.noreply.github.com> Date: Sun, 14 Apr 2024 17:12:39 +0530 Subject: [PATCH 1/2] Update using-mongodb-with-node-red.md --- src/blog/2024/04/using-mongodb-with-node-red.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/2024/04/using-mongodb-with-node-red.md b/src/blog/2024/04/using-mongodb-with-node-red.md index 4de9f04a66..7ace32561b 100644 --- a/src/blog/2024/04/using-mongodb-with-node-red.md +++ b/src/blog/2024/04/using-mongodb-with-node-red.md @@ -122,7 +122,7 @@ To build a user-friendly interactive UI for our CRM system, we will utilize Node 1. Drag a ui-form widget onto the canvas, select ui-group for it, and add the form elements for `firstname`, `lastname`, `email`, `phone`, `company`, `status` and `source`. -!["Screenshot displaying form widget configuration to insert data in MongoDB"](./images/using-mongodb-with-node-red-insert-data-form.png "Screenshot displaying form widget configuration to insert data in MongoDB"](./images/using-mongodb-with-node-red-insert-data-form.png "Screenshot displaying form to insert data in MongoDB"){data-zoomable} +!["Screenshot displaying form widget configuration to insert data in MongoDB"](./images/using-mongodb-with-node-red-insert-data-form.png "Screenshot displaying form widget configuration to insert data in MongoDB"){data-zoomable} 2. Drag the friendly-id node onto Canvas, click on and select and select mode as “Generate a random FriendlyId (nanoid)”, set the size according to your need, and output-to `msg.payload._id`. From 1e2badb3f227cc37c1bb8c5cde1796ffe9121363 Mon Sep 17 00:00:00 2001 From: "sumit shinde ( Roni )" <110285294+sumitshinde-84@users.noreply.github.com> Date: Sun, 14 Apr 2024 17:27:06 +0530 Subject: [PATCH 2/2] Update using-mongodb-with-node-red.md --- src/blog/2024/04/using-mongodb-with-node-red.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/2024/04/using-mongodb-with-node-red.md b/src/blog/2024/04/using-mongodb-with-node-red.md index 7ace32561b..c3c2fd038b 100644 --- a/src/blog/2024/04/using-mongodb-with-node-red.md +++ b/src/blog/2024/04/using-mongodb-with-node-red.md @@ -162,7 +162,7 @@ To build a user-friendly interactive UI for our CRM system, we will utilize Node - Drag the ui-form widget onto the canvas, create a new ui-group for it, and add form elements for "id" and "status". -!["Screenshot displaying form widget configuration to update data in MongoDB"](./images/using-mongodb-with-node-red-insert-data-form.png "Screenshot displaying form widget configuration to update data in MongoDB"]{data-zoomable} +!["Screenshot displaying form widget configuration to update data in MongoDB"](./images/using-mongodb-with-node-red-insert-data-form.png "Screenshot displaying form widget configuration to update data in MongoDB"){data-zoomable} - Drag the change node onto the canvas. In the change node, set `msg.payload` as the following JSON object: