If I’m following your workflow correctly, you want to set a Person’s klout ID based on their Twitter name right?
Have you tried this…
First, uncheck Private for the tname parameter in your API call so that you can set a dynamic value for it in your workflow.
When button is clicked > make a change to Person (current cell’s Person)
KID = get data from external API (select Get KID call)
The tname parameter will appear: tname = current cell’s Person’s Twitter
So #3 above should read like this: KID = Klout - Get KID’s id (with the tname parameter set when you click on this expression)
You don’t need to schedule an API workflow for this unless you want to delay when this change happens or you want to make the Person change to a unknown list of Persons. In which case, let me know and I’ll help you set that up. The steps above should do it for 1 known Person at a time triggered from a button click in a repeating group cell.
That worked perfectly, thank you very much. I knew I was likely on the wrong track when it felt complicated. Everything on the platform has been so simple to do. Thanks again, Gaby!