
Thanks for the info. I have followed the instructions but it seems the yes condition missed the Bucket id; so I have an extra question about the Bucket id for the yes condition. Attached I received the error with the current flow and logic. It seems to me it's about the Bucket id. I entered the Bucket id as
if(not(empty(body('Filter_array'))), body('Filter_array')[0]['Id'], null) for yes condition. For no condition, I put down
if(empty(body('Filter_array')), 'DefaultBucketID', body('Filter_array')[0]['Id'])
Any suggestion to get it running? Thanks.