Introduction:In today’s data-driven world, having real-time insights at your fingertips is crucial for making informed business decisions. SAP Data Sphere is a cloud-based solution designed to integrate, model, and analyze data from various sources. ...
I have below json in memory-
[{"2 BHK":[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0]},{"1 BHK":[0,1,0]}]
I want to show above data like below-
[{"bhk_type":"2 BHK""sold":2, (count of all the 1's)"unsold":20 (count of all the 0's)},{"bhk_type":"...
Hi All,
In my Chat Bot API Service Configuration i'm doing the following statement but it is returning as it is.
{{api_service_response.default.body}}
Above api service has large number of records. When i run the sap api service is fetch ent...
Hello Support,
I am trying to consume an API , in which i want to filter out the result according to memory value. But it is not working with memory value and working on direct value
Not Working-
{{#eachJoin api_service_response.default.body.d....
Hello Daniel,I have shown the test_kratika section only. I am also surprised why it is not working. When I consume another api service here it is working fine. I am thinking that may be because of large number of records in that service, it is not wo...