Hello All - I am learning to build macros for my work purpose and I am unable to grasp the basic concepts for this.
I would like to understand the key differences between these 3 types of macros and when one should use it. Also, I would like to know which type of macro should I use for my following 2 use cases:
1) I have a list of employee IDs field in one file; I would like to pass on this employee field as a paramater in the API URL to get the employee details and then parse the output.
2) I have a list of client IDs in one file; to fetch the client details, I have to first pass on the username/password/api-key to get a cookie and then send this cookie along with the API URL to get the response.
Thanks.