Skip to content

Commit

Permalink
Update using-mongodb-with-node-red.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitshinde-84 authored Apr 14, 2024
1 parent 53aff66 commit 1e2badb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blog/2024/04/using-mongodb-with-node-red.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 1e2badb

Please sign in to comment.