Say for example an object in cosmosDb looks like this:- { att1: val1, att2: val2, att3: { att4: val4, att5: val5
I want to know how to make a function return the return value of a nested function, if the return value of the nested function is not None. To make my code work