{"id":31676,"date":"2023-03-15T17:36:14","date_gmt":"2023-03-15T21:36:14","guid":{"rendered":"https:\/\/bhargavs.com\/?p=31676"},"modified":"2023-03-15T17:36:18","modified_gmt":"2023-03-15T21:36:18","slug":"how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps","status":"publish","type":"post","link":"https:\/\/bhargavs.com\/index.php\/2023\/03\/15\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\/","title":{"rendered":"How to handle null values in numeric columns in SharePoint lists with PowerApps"},"content":{"rendered":"\n<p>If you are using PowerApps to create apps that connect to SharePoint lists, you may encounter some issues when dealing with null values in numeric columns. In this post, I will explain what these issues are and how you can solve them by using app settings.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Problem<\/h2>\n\n\n\n<p>A common scenario is that you have a SharePoint list that contains a numeric column, such as Order Value, and you want to use PowerApps to create or edit items in this list. You may want to allow users to leave this column blank if they don&#8217;t have a value to enter, or if the value is not applicable.<\/p>\n\n\n\n<p>However, if you use the default settings of PowerApps, you may run into some problems:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If you leave the Order Value field, from the example above, blank in PowerApps and submit the form, it will not save as null or blank in SharePoint. Instead, it will save as 0 (zero), which may not be what you want.<\/li>\n\n\n\n<li>If you have a calculated column in SharePoint that depends on the Order Value column, such as Total Value = Order Value * Tax Rate, it will also return 0 if the Order Value is blank. This may cause incorrect calculations or reports.<\/li>\n\n\n\n<li>If you want to apply some formatting or validation rules based on the Order Value column in PowerApps, such as showing a warning icon if the value is too high or too low, it will not work properly if the value is blank. PowerApps will treat blank values as 0 (zero), which may not match your logic.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">The solution<\/h2>\n\n\n\n<p>As I was researching solution to this problem when I got hung up on it, I came across this post from Microsoft: <a href=\"https:\/\/powerapps.microsoft.com\/en-us\/blog\/new-feature-error-handling-and-writing-null-values-to-databases\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/powerapps.microsoft.com\/en-us\/blog\/new-feature-error-handling-and-writing-null-values-to-databases\/<\/a><\/p>\n\n\n\n<p>Here&#8217;s a summarized solution for you to apply in your PowerApp:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to  App settings > Upcoming Features.<\/li>\n\n\n\n<li>Enable Formula-level error management by turning the feature on. This will make your app more consistent with how SharePoint handles null values in numeric columns.<\/li>\n\n\n\n<li>Save and publish your app.<\/li>\n<\/ol>\n\n\n\n<p>Now, when you use PowerApps to create or edit items in your SharePoint list with a numeric column:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If you leave the field blank and submit the form, it will save as null or blank in SharePoint. This way, you can distinguish between 0 (zero) and null values.<\/li>\n\n\n\n<li>If you have a calculated column that depends on the numeric column, it will return null if the numeric column is blank. This way, you can avoid incorrect calculations or reports.<\/li>\n\n\n\n<li>If you want to apply some formatting or validation rules based on the numeric column, it will work properly even if the value is blank. You can use functions like IsBlank() or IsEmpty() to check for null values.<\/li>\n<\/ul>\n\n\n\n<p>If you have any questions or feedbacks about this topic , please feel free to leave a comment below or contact me through the contact form.<\/p>\n\n\n\n<p>Cheers!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you are using PowerApps to create apps that connect to SharePoint lists, you may encounter some issues when dealing with null values in numeric columns. In this post, I [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"pgc_sgb_lightbox_settings":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[315],"tags":[],"class_list":["post-31676","post","type-post","status-publish","format-standard","hentry","category-power-platform"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to handle null values in numeric columns in SharePoint lists with PowerApps - Bhargav&#039;s IT Playground<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bhargavs.com\/index.php\/2023\/03\/15\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to handle null values in numeric columns in SharePoint lists with PowerApps - Bhargav&#039;s IT Playground\" \/>\n<meta property=\"og:description\" content=\"If you are using PowerApps to create apps that connect to SharePoint lists, you may encounter some issues when dealing with null values in numeric columns. In this post, I [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bhargavs.com\/index.php\/2023\/03\/15\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\/\" \/>\n<meta property=\"og:site_name\" content=\"Bhargav&#039;s IT Playground\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-15T21:36:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-15T21:36:18+00:00\" \/>\n<meta name=\"author\" content=\"Bhargav\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bhargav\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2023\\\/03\\\/15\\\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2023\\\/03\\\/15\\\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\\\/\"},\"author\":{\"name\":\"Bhargav\",\"@id\":\"https:\\\/\\\/bhargavs.com\\\/#\\\/schema\\\/person\\\/28f6d8c9b29f3a879483d65fc2ab5e26\"},\"headline\":\"How to handle null values in numeric columns in SharePoint lists with PowerApps\",\"datePublished\":\"2023-03-15T21:36:14+00:00\",\"dateModified\":\"2023-03-15T21:36:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2023\\\/03\\\/15\\\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\\\/\"},\"wordCount\":494,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/bhargavs.com\\\/#\\\/schema\\\/person\\\/28f6d8c9b29f3a879483d65fc2ab5e26\"},\"articleSection\":[\"Power Platform\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2023\\\/03\\\/15\\\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2023\\\/03\\\/15\\\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\\\/\",\"url\":\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2023\\\/03\\\/15\\\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\\\/\",\"name\":\"How to handle null values in numeric columns in SharePoint lists with PowerApps - Bhargav&#039;s IT Playground\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bhargavs.com\\\/#website\"},\"datePublished\":\"2023-03-15T21:36:14+00:00\",\"dateModified\":\"2023-03-15T21:36:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2023\\\/03\\\/15\\\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2023\\\/03\\\/15\\\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bhargavs.com\\\/index.php\\\/2023\\\/03\\\/15\\\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bhargavs.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to handle null values in numeric columns in SharePoint lists with PowerApps\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bhargavs.com\\\/#website\",\"url\":\"https:\\\/\\\/bhargavs.com\\\/\",\"name\":\"Bhargav's IT Playground\",\"description\":\"Passion for Technology. Power of Collaboration.\",\"publisher\":{\"@id\":\"https:\\\/\\\/bhargavs.com\\\/#\\\/schema\\\/person\\\/28f6d8c9b29f3a879483d65fc2ab5e26\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bhargavs.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/bhargavs.com\\\/#\\\/schema\\\/person\\\/28f6d8c9b29f3a879483d65fc2ab5e26\",\"name\":\"Bhargav\",\"logo\":{\"@id\":\"https:\\\/\\\/bhargavs.com\\\/#\\\/schema\\\/person\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/bhargavs.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to handle null values in numeric columns in SharePoint lists with PowerApps - Bhargav&#039;s IT Playground","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bhargavs.com\/index.php\/2023\/03\/15\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\/","og_locale":"en_US","og_type":"article","og_title":"How to handle null values in numeric columns in SharePoint lists with PowerApps - Bhargav&#039;s IT Playground","og_description":"If you are using PowerApps to create apps that connect to SharePoint lists, you may encounter some issues when dealing with null values in numeric columns. In this post, I [&hellip;]","og_url":"https:\/\/bhargavs.com\/index.php\/2023\/03\/15\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\/","og_site_name":"Bhargav&#039;s IT Playground","article_published_time":"2023-03-15T21:36:14+00:00","article_modified_time":"2023-03-15T21:36:18+00:00","author":"Bhargav","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Bhargav","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bhargavs.com\/index.php\/2023\/03\/15\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\/#article","isPartOf":{"@id":"https:\/\/bhargavs.com\/index.php\/2023\/03\/15\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\/"},"author":{"name":"Bhargav","@id":"https:\/\/bhargavs.com\/#\/schema\/person\/28f6d8c9b29f3a879483d65fc2ab5e26"},"headline":"How to handle null values in numeric columns in SharePoint lists with PowerApps","datePublished":"2023-03-15T21:36:14+00:00","dateModified":"2023-03-15T21:36:18+00:00","mainEntityOfPage":{"@id":"https:\/\/bhargavs.com\/index.php\/2023\/03\/15\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\/"},"wordCount":494,"commentCount":0,"publisher":{"@id":"https:\/\/bhargavs.com\/#\/schema\/person\/28f6d8c9b29f3a879483d65fc2ab5e26"},"articleSection":["Power Platform"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bhargavs.com\/index.php\/2023\/03\/15\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bhargavs.com\/index.php\/2023\/03\/15\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\/","url":"https:\/\/bhargavs.com\/index.php\/2023\/03\/15\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\/","name":"How to handle null values in numeric columns in SharePoint lists with PowerApps - Bhargav&#039;s IT Playground","isPartOf":{"@id":"https:\/\/bhargavs.com\/#website"},"datePublished":"2023-03-15T21:36:14+00:00","dateModified":"2023-03-15T21:36:18+00:00","breadcrumb":{"@id":"https:\/\/bhargavs.com\/index.php\/2023\/03\/15\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bhargavs.com\/index.php\/2023\/03\/15\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bhargavs.com\/index.php\/2023\/03\/15\/how-to-handle-null-values-in-numeric-columns-in-sharepoint-lists-with-powerapps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bhargavs.com\/"},{"@type":"ListItem","position":2,"name":"How to handle null values in numeric columns in SharePoint lists with PowerApps"}]},{"@type":"WebSite","@id":"https:\/\/bhargavs.com\/#website","url":"https:\/\/bhargavs.com\/","name":"Bhargav's IT Playground","description":"Passion for Technology. Power of Collaboration.","publisher":{"@id":"https:\/\/bhargavs.com\/#\/schema\/person\/28f6d8c9b29f3a879483d65fc2ab5e26"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bhargavs.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/bhargavs.com\/#\/schema\/person\/28f6d8c9b29f3a879483d65fc2ab5e26","name":"Bhargav","logo":{"@id":"https:\/\/bhargavs.com\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/bhargavs.com"]}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":31698,"url":"https:\/\/bhargavs.com\/index.php\/2023\/07\/24\/order-of-execution-of-functions-in-powerapps-tips-for-beginners\/","url_meta":{"origin":31676,"position":0},"title":"Order of Execution of Functions in PowerApps: Tips for Beginners","author":"Bhargav","date":"July 24, 2023","format":false,"excerpt":"Learn about the order of execution of functions in PowerApps and how it can affect the performance and logic of your app. This article includes tips and examples for beginners to avoid common pitfalls.","rel":"","context":"In &quot;Power Platform&quot;","block_context":{"text":"Power Platform","link":"https:\/\/bhargavs.com\/index.php\/category\/microsoft\/power-platform\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":34604,"url":"https:\/\/bhargavs.com\/index.php\/2024\/04\/03\/navigating-the-storage-and-retention-of-microsoft-teams-recordings-and-transcripts\/","url_meta":{"origin":31676,"position":1},"title":"Navigating the Storage and Retention of Microsoft Teams Recordings and Transcripts","author":"Bhargav","date":"April 3, 2024","format":false,"excerpt":"Microsoft Teams has become an indispensable tool for communication and collaboration in the modern workplace. With its robust features for calls and meetings, including recording and transcription services, it's essential to understand where these records are stored and how they can be managed effectively. Storage Locations for Teams Recordings and\u2026","rel":"","context":"In &quot;General&quot;","block_context":{"text":"General","link":"https:\/\/bhargavs.com\/index.php\/category\/general\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1146,"url":"https:\/\/bhargavs.com\/index.php\/2015\/11\/11\/office-2016-error-opening-file\/","url_meta":{"origin":31676,"position":2},"title":"Office 2016 error opening file\u2026","author":"Bhargav","date":"November 11, 2015","format":false,"excerpt":"UPDATE: The issue seems to have been resolved in DisplayLink Core Software version 7.9.1336.0. It might have been fixed in earlier version but I have tested only 7.9.1336.0. Recently, I upgraded my laptop to Windows 10 and Office 2016. For keeping tabs on the setup, I have installed Office 2016\u2026","rel":"","context":"In &quot;Office&quot;","block_context":{"text":"Office","link":"https:\/\/bhargavs.com\/index.php\/category\/microsoft\/office\/"},"img":{"alt_text":"image","src":"https:\/\/i0.wp.com\/bhargavs.com\/wp-content\/uploads\/2015\/11\/image_thumb5.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1652,"url":"https:\/\/bhargavs.com\/index.php\/2010\/07\/07\/deceiving-scopes-of-variables-in-a-function\/","url_meta":{"origin":31676,"position":3},"title":"Deceiving scopes of variables in a function","author":"Bhargav","date":"July 7, 2010","format":false,"excerpt":"I was recently troubleshooting a script when I came across a problem where a variable with defined scope was not retaining its value even though scope seemed correct. Let\u2019s look at simplified example below:Function Global:Name-ofaFunction { $Global:VariableinQuestion = $null $VariableinQuestion = \"Value\" $VariableinQuestion } Name-ofaFunction $VariableinQuestion The function \u201cName-ofaFunction\u201d when\u2026","rel":"","context":"In &quot;PowerShell&quot;","block_context":{"text":"PowerShell","link":"https:\/\/bhargavs.com\/index.php\/category\/microsoft\/powershell\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":34526,"url":"https:\/\/bhargavs.com\/index.php\/2024\/01\/30\/clearing-microsoft-teams-cache-with-powershell\/","url_meta":{"origin":31676,"position":4},"title":"Clearing Microsoft Teams Cache with PowerShell","author":"Bhargav","date":"January 30, 2024","format":false,"excerpt":"Introduction I recently came across a need to clear Teams cache. While the task might be simple, I ended up spending a little more time to address the scenarios I can foresee so the PowerShell script is more useful that a single use case. In this blog post, we'll be\u2026","rel":"","context":"In &quot;General&quot;","block_context":{"text":"General","link":"https:\/\/bhargavs.com\/index.php\/category\/general\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1648,"url":"https:\/\/bhargavs.com\/index.php\/2010\/03\/25\/script-to-suppress-link-state-updates\/","url_meta":{"origin":31676,"position":5},"title":"Script to suppress Link State Updates","author":"Bhargav","date":"March 25, 2010","format":false,"excerpt":"If you are in process of upgrading from Exchange 2003 to Exchange 2010, you must have read \u201cUpgrade from Exchange 2003 Transport\u201d article on Technet which spells out the details of a requirement - \u201cminor link state updates must be suppressed to make sure that message looping doesn't occur when\u2026","rel":"","context":"In &quot;Exchange 2010&quot;","block_context":{"text":"Exchange 2010","link":"https:\/\/bhargavs.com\/index.php\/category\/microsoft\/exchange-server\/exchange-2010\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_shortlink":"https:\/\/wp.me\/pkROc-8eU","_links":{"self":[{"href":"https:\/\/bhargavs.com\/index.php\/wp-json\/wp\/v2\/posts\/31676","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bhargavs.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bhargavs.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bhargavs.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bhargavs.com\/index.php\/wp-json\/wp\/v2\/comments?post=31676"}],"version-history":[{"count":1,"href":"https:\/\/bhargavs.com\/index.php\/wp-json\/wp\/v2\/posts\/31676\/revisions"}],"predecessor-version":[{"id":31677,"href":"https:\/\/bhargavs.com\/index.php\/wp-json\/wp\/v2\/posts\/31676\/revisions\/31677"}],"wp:attachment":[{"href":"https:\/\/bhargavs.com\/index.php\/wp-json\/wp\/v2\/media?parent=31676"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bhargavs.com\/index.php\/wp-json\/wp\/v2\/categories?post=31676"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bhargavs.com\/index.php\/wp-json\/wp\/v2\/tags?post=31676"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}