But isn’t Multipart used when I have multiple inputs at the same time? (eg. dataframe and json) What if I want to have one input at the time, but it can be either json or dataframe, will it still work?
j
Jim Rohrer
12/14/2022, 5:09 PM
You could try sending both parts, but leave one as empty data for the one you don't need. then just do value checking on the back end? Never tried it, honestly, but it might be worth a shot
l
Lukasz Bala
12/14/2022, 5:10 PM
Will try it, thank you @Jim Rohrer for the answer!