Search results

  1. B

    Adding new Column and applying formula in excel

    Hello, There is a number in cell1 and in cell2 i want to do calculation (=c1*10%). How can i achieve it using "Set cell value"?
  2. B

    MS Excel extended VBO

    Hi, I am trying to create a pivot table using the MS Excel Extended VBO. But unable to do it. Can anyone help on how to do it?
  3. B

    how to delete rows from collection

    Hi, Thanks a lot for this. Made a silly mistake. You saved my day.
  4. B

    how to delete rows from collection

    Thanks again for your reply. What's happening is when i loop col1 and use "Collection Contains Value" (gave col2 and column as input), it is not matching the values. Also, to note the column names are different in both the collections.
  5. B

    how to delete rows from collection

    Hi, Thanks for that!! Should I not loop the col2 also? Because i need to match the value of a column in col2 to col1? Kindly suggest.
  6. B

    how to delete rows from collection

    Hi @VJR , Can you please help with below requirement. I have 2 collections col1 and col2. Now i need to match the value of a column in Col2 with Col1. If the value the is present in col1 delete the row from col1. How should I proceed?
  7. B

    Multipart form data

    Hi sachin, Also it would be helpful to know the procedure for using the same code under Web API definition instead of in code stage? Thanks in advance,
  8. B

    Using object code stage in web api definition

    Hi, I have a code stage in the object and i want to use the same code in the web api definition action. How do i do it as iam not same response when using the web api definition?
  9. B

    Multipart form data

    Hi rich, iam unable to perform with Utility- HTTP
  10. B

    Multipart form data

    Hi sachin, Thanks for the code. Can you please explain where do i pass the file as input in the code. Also do we need to pass as binary or the data item of file path?
  11. B

    Multipart form data

    Hi, Iam trying to upload documents to an API that uses multipart form data. Still unable to do it. Need suggestions on how to perform.
  12. B

    View Only Specific fields from a collection

    Hi, I have a collection with certain fields from which i want to save specific set of fields to a new collection. Feedbacks would be appreciated.
Top