You provided no text to summarize. Can you please provide text for summarization?

This topic was automatically generated from Slack. You can find the original thread here.

Hi Art,

Is it possible your Wise account doesn’t have access to list Profiles?

My Wise account is a test account and yes it is possible. I just want to know if I connect it to the real account, will I have access to the Profile lists and if so, what profile should I select in order for the integration to work? Thank you for the reply!

Yes, it should. If the account connected has access to profiles, then the available profiles to select from should show in that dropdown.

Which profile depends on your use. I’m not familiar with the Wise API specifically, but perhaps someone else here has some experience.

Pierce, please allow me one more question:
SyntaxError
Missing } in template expression

what does this mean? i dont have a code here:

Thanks for the screenshot, that’s very helpful. I believe the issue is related to the Item 1 - Amount field. Double brackets ({{) means evaluate Javascript. So in your example, there are two open brackets within each other ({{ steps.trigger.{{) which is not valid Javascript.

Try deleting that value in that field, and reselecting the path again. That probably will fix the issue for you.

I still get an error for the amount:

My google sheet is this

The mapping is done with this:

I suggest clicking on the Inputs tab in the results panel so you can see exactly the format given in the API call

But based on your most recent screenshot, I suspect you’re testing with the Google Row that contains your headers

I recommend using the event selector in the trigger to pick another row

But shouldn’t i map with the headers first?

Yes in fact

I selected the header

Those values won’t work with the calls, because they’re not valid data. The text "Amount" isn’t a number for example.

It works now. Thank you Pierce!!! I really appreciate it!